Update file docker-compose.yml.j2
This commit is contained in:
parent
da995962d8
commit
acbb390861
@ -1,3 +1,4 @@
|
|||||||
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
flibusta:
|
flibusta:
|
||||||
image: "{{ flibusta_image }}"
|
image: "{{ flibusta_image }}"
|
||||||
@ -21,9 +22,10 @@ services:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- "CMD"
|
||||||
- curl
|
- "curl"
|
||||||
- -f
|
- "-f"
|
||||||
|
- "http://localhost:8080/health"
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user