Skip to content

Commit 6e06d6f

Browse files
committed
Bugfix for litellm entry command
1 parent 7a31622 commit 6e06d6f

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ services:
9191
- ./litellm_config.yaml:/app/config.yaml # Mount the local litellm_config.yaml file to the container
9292
- /container/da/climateclaw-links/${CLIMATECLAW_INSTANCE_NAME}/logs:/app/logs
9393
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
94+
command:
95+
- >
96+
litellm
97+
--config=/app/config.yaml
98+
--port=4000
99+
--num_workers=8
100+
--run_gunicorn
101+
--detailed_debug
102+
2>&1 | tee -a /app/logs/litellm.log
102103
env_file: .env
103104
networks:
104105
- climateclaw

0 commit comments

Comments
 (0)