Disable healthcheck in swarm test (#85)

This commit is contained in:
Frederik Ring 2022-03-17 11:13:07 +01:00 committed by GitHub
parent b8f71b04a1
commit 508bc07b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ services:
image: offen/offen:latest image: offen/offen:latest
labels: labels:
- docker-volume-backup.stop-during-backup=true - docker-volume-backup.stop-during-backup=true
healthcheck:
disable: true
deploy: deploy:
replicas: 2 replicas: 2
restart_policy: restart_policy: