mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-30 05:25:48 +02:00
Disable healthcheck for vieter cron container
This commit is contained in:
parent
7c458d50ff
commit
99ee278926
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ services:
|
||||||
cron:
|
cron:
|
||||||
image: 'chewingbever/vieter:dev'
|
image: 'chewingbever/vieter:dev'
|
||||||
command: crond -f
|
command: crond -f
|
||||||
|
|
||||||
|
healthcheck:
|
||||||
|
disable: true
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue