fix: use compose-compatible env_file format
Switch env_file declarations back to string list syntax so Synology's docker compose parser accepts the LiteLLM and cc-connect compose files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,8 +6,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env
|
- .env
|
||||||
required: false
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.toml:/app/config.toml:ro
|
- ./config.toml:/app/config.toml:ro
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env
|
- .env
|
||||||
required: false
|
|
||||||
environment:
|
environment:
|
||||||
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-}
|
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user