There was an error while loading. Please reload this page.
1 parent 7a31622 commit 6e06d6fCopy full SHA for 6e06d6f
1 file changed
docker-compose.yml
@@ -91,14 +91,15 @@ services:
91
- ./litellm_config.yaml:/app/config.yaml # Mount the local litellm_config.yaml file to the container
92
- /container/da/climateclaw-links/${CLIMATECLAW_INSTANCE_NAME}/logs:/app/logs
93
entrypoint: ["/bin/sh", "-c"]
94
- command: >
95
- litellm
96
- --config=/app/config.yaml
97
- --port=4000
98
- --num_workers=8
99
- --run_gunicorn
100
- --detailed_debug
101
- 2>&1 | tee -a /app/logs/litellm.log
+ command:
+ - >
+ litellm
+ --config=/app/config.yaml
+ --port=4000
+ --num_workers=8
+ --run_gunicorn
+ --detailed_debug
102
+ 2>&1 | tee -a /app/logs/litellm.log
103
env_file: .env
104
networks:
105
- climateclaw
0 commit comments