There was an error while loading. Please reload this page.
1 parent 54d73de commit 7a31622Copy full SHA for 7a31622
1 file changed
docker-compose.yml
@@ -89,11 +89,16 @@ services:
89
hostname: litellm-${CLIMATECLAW_INSTANCE_NAME}
90
volumes:
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
102
env_file: .env
103
networks:
104
- climateclaw
0 commit comments