Skip to content

Commit

Permalink
feat: add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat committed Jul 16, 2024
1 parent 3948188 commit cfd6487
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
riven:
image: spoked/riven-frontend:latest
container_name: riven-frontend
restart: unless-stopped
tty: true
environment:
- PUID=1000
- PGID=1000
- BACKEND_URL=http://127.0.0.1:8080
- TZ=America/New_York
ports:
- '3000:3000'

0 comments on commit cfd6487

Please sign in to comment.