This commit is contained in:
Stavros kois
2024-06-20 18:48:57 +03:00
parent f6e9d68108
commit e1128ff0f3

View File

@@ -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