mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fixed $HOSTNAME variable usage in healthcheck command.
This commit is contained in:
parent
34c12a9536
commit
304eb0754e
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ services:
|
||||||
max-size: "100m"
|
max-size: "100m"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep ${HOSTNAME}" ]
|
test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep $${HOSTNAME}" ]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue