Disable healthcheck for vieter cron container

master
Jef Roosens 2022-02-22 10:23:55 +01:00
parent 7c458d50ff
commit 99ee278926
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ services:
cron:
image: 'chewingbever/vieter:dev'
command: crond -f
healthcheck:
disable: true
deploy:
mode: 'replicated'