diff --git a/docker-compose.yaml b/docker-compose.yaml index 01db3f1..a467d1e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,10 +11,10 @@ services: - ${PWD}/.env:/app/.env - ${PWD}/credentials.json:/app/credentials.json - ${PWD}/token.json:/app/token.json - healthcheck: - test: wget -nv --tries=1 --spider http://localhost || exit 1 - interval: 30s - timeout: 5s - retries: 2 + #healthcheck: + # test: wget -nv --tries=1 --spider http://localhost || exit 1 + # interval: 30s + # timeout: 5s + # retries: 2 volumes: cache: