Fix auth redirects and add rebuild startup scripts
This commit is contained in:
@@ -4,14 +4,15 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5050:5000"
|
||||
environment:
|
||||
- SECRET_KEY=dev-change-me
|
||||
- DB_CONFIG_PATH=/config/db_config.json
|
||||
volumes:
|
||||
- ./backend:/app/backend
|
||||
- ./frontend:/app/frontend
|
||||
- ./backend/config:/config
|
||||
- ./logs:/app/backend/logs
|
||||
- config-data:/config
|
||||
- logs-data:/app/backend/logs
|
||||
working_dir: /app/backend
|
||||
command: python app.py
|
||||
volumes:
|
||||
config-data:
|
||||
logs-data:
|
||||
|
||||
Reference in New Issue
Block a user