mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +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
|
|
@ -31,6 +31,9 @@ services:
|
|||
image: 'chewingbever/vieter:dev'
|
||||
command: crond -f
|
||||
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
replicas: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue