remove healthcheck

This commit is contained in:
Marco Andronaco 2023-08-09 13:57:22 +02:00
parent fef95b2561
commit 76a90cd6e7
1 changed files with 5 additions and 5 deletions

View File

@ -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: