Refactor environment variables and remove unused launch configuration

This commit is contained in:
Dom
2026-02-07 19:43:14 +00:00
parent 400f8a53f8
commit 1e4a7b86b6
3 changed files with 37 additions and 51 deletions

View File

@@ -5,9 +5,9 @@ services:
restart: unless-stopped
environment:
CONFIG_YAML: /app/config.yaml
DEBUGPY: "1"
DEBUG: "1"
ports:
- "5678:5678"
volumes:
- ./:/app
- ./config.yaml:/app/config.yaml:ro
- ./config.yaml:/app/config.yaml:ro