all repos — artbound-python @ 76a90cd6e791a9580cccd1205dc7328bf80cf223

A client-server reimplementation of the administration panel for ArtBound.

remove healthcheck
BiRabittoh birabittoh@tilde.team
Wed, 09 Aug 2023 13:57:22 +0200
commit

76a90cd6e791a9580cccd1205dc7328bf80cf223

parent

fef95b2561b4374a13a10ba4179a4af1f37e1752

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M docker-compose.yamldocker-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: