GG
Size: a a a
GG
В
N
N
N
N
В
N
GG
В
N
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
healthcheck:
test: ["CMD", "/bin/sh", "-c", "/healthcheck-api.sh"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
N
В
N
N
В
В
healthcheck:
test: curl --fail -s http://localhost:5001/health || exit 1
interval: 15s
timeout: 10s
retries: 3
MN
healthcheck:
test: curl --fail -s http://localhost:5001/health || exit 1
interval: 15s
timeout: 10s
retries: 3
В