diff --git a/docker-compose.yml b/docker-compose.yml index 29b93df..7287c26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,7 +61,7 @@ services: - CEREBRAS_API_KEY=${CEREBRAS_API_KEY} restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:4000/health/liveliness"] + test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')"] interval: 15s timeout: 5s retries: 5