Adjust healthchecks and dev tooling
This commit is contained in:
@@ -53,6 +53,11 @@ services:
|
||||
- syncthing
|
||||
networks:
|
||||
- web
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- 'http://127.0.0.1:3001/api/search?q=test' >/dev/null 2>&1 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=web"
|
||||
|
||||
Reference in New Issue
Block a user