mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
add hc
This commit is contained in:
@@ -3,4 +3,10 @@ services:
|
||||
{{ ix_lib.test.container_name() }}:
|
||||
image: nginx
|
||||
ports:
|
||||
- {{ values.network.web_port }}:80
|
||||
- {{ values.network.web_port }}:80
|
||||
healthcheck:
|
||||
test: {{ "curl -f http://localhost:%s" | format(values.network.web_port) }}
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
|
||||
Reference in New Issue
Block a user