disabled health check
This commit is contained in:
@@ -25,12 +25,12 @@ services:
|
||||
- PGID=${PGID}
|
||||
- UMASK=${UMASK}
|
||||
- TZ=${TZ}
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
|
||||
interval: 600s
|
||||
timeout: 30s
|
||||
start_period: 30s
|
||||
retries: 3
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
|
||||
# interval: 600s
|
||||
# timeout: 30s
|
||||
# start_period: 30s
|
||||
# retries: 3
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user