fix: paheko disable healthcheck
This commit is contained in:
parent
062e331309
commit
cb17452c61
1 changed files with 2 additions and 7 deletions
|
|
@ -33,10 +33,5 @@ services:
|
||||||
const LEGAL_HOSTING_DETAILS = $PAHEKO_LEGAL_HOSTING_DETAILS;
|
const LEGAL_HOSTING_DETAILS = $PAHEKO_LEGAL_HOSTING_DETAILS;
|
||||||
const DISABLE_INSTALL_PING = true;
|
const DISABLE_INSTALL_PING = true;
|
||||||
const ENABLE_UPGRADES = false;
|
const ENABLE_UPGRADES = false;
|
||||||
networks:
|
healthcheck:
|
||||||
- coolify
|
disable: true
|
||||||
- default
|
|
||||||
|
|
||||||
networks:
|
|
||||||
coolify:
|
|
||||||
external: true
|
|
||||||
Loading…
Reference in a new issue