This commit is contained in:
traveler 2025-01-13 19:56:54 -06:00
parent baf2b20a66
commit b590f3ae19

View file

@ -96,6 +96,12 @@ services:
ports:
- 6980:6980
restart: always
healthcheck: # <- if on a qnap nas, the default health check will not work for you, domain name is the container_name
test: [ "CMD-SHELL", "curl -f http://namer:6980/api/healthcheck || exit 1" ]
interval: 1m
timeout: 30s
# retries: 3
# start_period: 40s
deploy:
labels:
- homepage.group=Green Door