Skip to content

Commit

Permalink
Update caddy health check.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Oct 10, 2024
1 parent 51a7b55 commit afa7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
ports: ["3005:3000"]
volumes: ["./frontend/Caddyfile:/etc/caddy/Caddyfile"]
healthcheck:
test: timeout 3s bash -c 'true > /dev/tcp/127.0.0.1/8000'
test: ["CMD", "curl", "-f", "http://localhost:3005"]
interval: 5s
timeout: 3s
retries: 10
Expand Down

0 comments on commit afa7b7b

Please sign in to comment.