Skip to content

Instantly share code, notes, and snippets.

@agcom
Last active June 15, 2024 10:12
Show Gist options
  • Save agcom/99a6d86d88a26d900c886cf1cd83fc84 to your computer and use it in GitHub Desktop.
Save agcom/99a6d86d88a26d900c886cf1cd83fc84 to your computer and use it in GitHub Desktop.
Docker Compose NATS health-check
services:
nats:
image: nats:2.10.16-alpine3.19
command: -m 8222
healthcheck:
test: wget http://localhost:8222/healthz -q -S -O -
start_period: 3s
retries: 3
timeout: 3s
interval: 14s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment