This commit is contained in:
2025-12-20 03:47:10 +01:00
parent 8428bf9c82
commit dcba044cd6
179 changed files with 10345 additions and 786 deletions
Regular → Executable
+2
View File
@@ -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