diff --git a/ai/compose.yaml b/ai/compose.yaml index 851e812..779f908 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -98,7 +98,7 @@ services: DATABASE_URL: null volumes: - ./litellm-config.yaml:/app/litellm-config.yaml:ro - command: ["--config", "/app/litellm-config.yaml", "--port", "4000", "--detailed_debug", "--drop_params"] + command: ["--config", "/app/litellm-config.yaml", "--host", "0.0.0.0", "--port", "4000", "--detailed_debug", "--drop_params"] networks: - compose_network healthcheck: @@ -153,8 +153,3 @@ volumes: name: ${AI_COMPOSE_PROJECT_NAME}_webui_data ai_crawl4ai_data: name: ${AI_COMPOSE_PROJECT_NAME}_crawl4ai_data - -networks: - compose_network: - name: ${NETWORK_NAME} - external: true