fix: paheko network force

This commit is contained in:
grubshka 2026-04-05 22:31:16 +02:00
parent d28a02970b
commit 062e331309

View file

@ -32,4 +32,11 @@ services:
const API_PASSWORD = $PAHEKO_API_PASSWORD ?: null; const API_PASSWORD = $PAHEKO_API_PASSWORD ?: null;
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:
- coolify
- default
networks:
coolify:
external: true