mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
Disable healthcheck until we know the proper URL to call/check
This commit is contained in:
parent
ab4f222e92
commit
5e1d6a7db3
@ -17,9 +17,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./config:/opt/puter/app/volatile/config
|
- ./config:/opt/puter/app/volatile/config
|
||||||
- ./data:/opt/puter/app/volatile/runtime
|
- ./data:/opt/puter/app/volatile/runtime
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1
|
# test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1
|
||||||
interval: 5m
|
# interval: 5m
|
||||||
timeout: 3s
|
# timeout: 3s
|
||||||
retries: 3
|
# retries: 3
|
||||||
start_period: 2m
|
# start_period: 2m
|
Loading…
Reference in New Issue
Block a user