fix: remove environment override, let env_file handle all vars
This commit is contained in:
@@ -7,9 +7,6 @@ services:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-}
|
||||
- CC_KIRO_API_KEY=${CC_KIRO_API_KEY:-}
|
||||
ports:
|
||||
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user