Fix config path, env secrets, and align API calls
This commit is contained in:
@@ -5,6 +5,9 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- SECRET_KEY=dev-change-me
|
||||
- DB_CONFIG_PATH=/config/db_config.json
|
||||
volumes:
|
||||
- ./backend:/backend
|
||||
- ./frontend:/frontend
|
||||
|
||||
Reference in New Issue
Block a user