Compare commits
1 Commits
03db64341d
...
2e10f83346
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e10f83346 |
@ -208,6 +208,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
healthcheck:
|
||||
# /health is a proper GET endpoint returning 200 "Healthy."
|
||||
# Use 127.0.0.1, which is required instead of localhost for this healtcheck because of elixir/busybox bindings
|
||||
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:4000/health"]
|
||||
interval: 15s
|
||||
|
||||
Reference in New Issue
Block a user