remove healthcheck
BiRabittoh birabittoh@tilde.team
Wed, 09 Aug 2023 13:57:22 +0200
1 files changed,
5 insertions(+),
5 deletions(-)
jump to
M
docker-compose.yaml
→
docker-compose.yaml
@@ -11,10 +11,10 @@ - cache:/app/artbound_python/static/res/cache/
- ${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: