Skip to content

Commit f74ae90

Browse files
committed
Update Docker Compose simply
1 parent 059e147 commit f74ae90

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,19 @@ services:
44
restart: unless-stopped
55
ports:
66
- "5137:80"
7-
volumes:
8-
- ./frontend:/app
9-
- node_modules:/app/node_modules
107
environment:
118
- VITE_API_URL=http://backend:9000/api
12-
- CHOKIDAR_USEPOLLING=true
13-
depends_on:
14-
- backend
159

1610
backend:
1711
image: ghcr.io/the-asind/renpy-ve-backend:latest
12+
restart: unless-stopped
1813
ports:
1914
- "9000:9000"
2015
volumes:
21-
- ./backend/database:/app/database
2216
- db-data:/data
2317
environment:
2418
- DATABASE_PATH=/app/database/renpy_editor.db
2519
- LOG_LEVEL=info
2620

2721
volumes:
2822
db-data:
29-
node_modules:

0 commit comments

Comments
 (0)