Refactor environment variables and remove unused launch configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user