Add CONFIG_PATH environment variable for configurable config file location
- Replace hardcoded remotes.yaml path with CONFIG_PATH environment variable - Update docker-compose.yml to set CONFIG_PATH=/app/remotes.yaml - Application now requires CONFIG_PATH to be set, enabling flexible deployment
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- CONFIG_PATH=/app/remotes.yaml
|
||||
- DBHOST=postgres
|
||||
- DBPORT=5432
|
||||
- DBUSER=artifacts
|
||||
|
||||
Reference in New Issue
Block a user