f
This commit is contained in:
parent
36be0a86b4
commit
e4baebd4a4
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--quiet", "--tries=1", "http://127.0.0.1:3000"]
|
test: ["CMD", "wget", "--quiet", "--tries=1", "http://127.0.0.1:3000/login"]
|
||||||
interval: 30s
|
interval: 3s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue