mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
build: add healthcheck to docker-compose.yml
This commit is contained in:
@@ -44,3 +44,7 @@ services:
|
||||
memlock:
|
||||
soft: -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