Testversion 1
This commit is contained in:
@@ -6,16 +6,21 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
volumes:
|
||||
- ./frontend/public:/usr/share/nginx/html:ro
|
||||
- ./frontend/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
backend:
|
||||
build: ./backend
|
||||
container_name: wedding-backend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:5000:5000"
|
||||
- "127.0.0.1:5000:8000"
|
||||
volumes:
|
||||
- ./data/uploads:/app/uploads
|
||||
- ./data/db:/app/db
|
||||
environment:
|
||||
- DB_PATH=/app/db/app.sqlite3
|
||||
- UPLOAD_FOLDER=/app/uploads
|
||||
- EVENT_PASSWORD=${EVENT_PASSWORD:-wedding2026}
|
||||
- SECRET_KEY=${SECRET_KEY:-change-me-in-production}
|
||||
|
||||
Reference in New Issue
Block a user