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:
2026-01-06 21:35:37 +11:00
parent 46711eec6a
commit 666ad08518
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ services:
ports:
- "8000:8000"
environment:
- CONFIG_PATH=/app/remotes.yaml
- DBHOST=postgres
- DBPORT=5432
- DBUSER=artifacts