mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:15:42 -04:00
build: add healthcheck to docker-compose.yml
This commit is contained in:
@@ -44,3 +44,7 @@ services:
|
|||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
|
healthcheck:
|
||||||
|
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:4124" ]
|
||||||
|
interval: 30s
|
||||||
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user