We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e147 commit f74ae90Copy full SHA for f74ae90
docker-compose.yml
@@ -4,26 +4,19 @@ services:
4
restart: unless-stopped
5
ports:
6
- "5137:80"
7
- volumes:
8
- - ./frontend:/app
9
- - node_modules:/app/node_modules
10
environment:
11
- VITE_API_URL=http://backend:9000/api
12
- - CHOKIDAR_USEPOLLING=true
13
- depends_on:
14
- - backend
15
16
backend:
17
image: ghcr.io/the-asind/renpy-ve-backend:latest
+ restart: unless-stopped
18
19
- "9000:9000"
20
volumes:
21
- - ./backend/database:/app/database
22
- db-data:/data
23
24
- DATABASE_PATH=/app/database/renpy_editor.db
25
- LOG_LEVEL=info
26
27
28
db-data:
29
- node_modules:
0 commit comments