Compare commits
1 commit
main
...
feat/pluto
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6a024d5dc |
1 changed files with 13 additions and 0 deletions
|
|
@ -23,3 +23,16 @@ services:
|
|||
DISABLE_EVENT_SCRIPTS: ${DISABLE_EVENT_SCRIPTS:-false}
|
||||
NODE_ENV: production
|
||||
IS_DOCKER: "true"
|
||||
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"sh",
|
||||
"-c",
|
||||
"wget --no-verbose --tries=1 --spider http://localhost:${SERVER_PORT:-5173}/api/health",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue