1
This commit is contained in:
Regular → Executable
+2
@@ -9,6 +9,7 @@ services:
|
||||
volumes:
|
||||
- ./backend/data:/app/data
|
||||
- ./uploads:/app/uploads
|
||||
- ./backend/app:/app/app
|
||||
environment:
|
||||
- API_TOKEN=${API_TOKEN:-CHANGE_ME_GENERATE_RANDOM_TOKEN}
|
||||
- DATABASE_URL=sqlite:////app/data/data.db
|
||||
@@ -24,6 +25,7 @@ services:
|
||||
- "${FRONTEND_PORT:-8087}:80"
|
||||
volumes:
|
||||
- ./frontend:/usr/share/nginx/html:ro
|
||||
- ./scripts/bench.sh:/usr/share/nginx/html/scripts/bench.sh:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- benchtools
|
||||
|
||||
Reference in New Issue
Block a user