diff --git a/stacks/lail-apps/paheko/docker-compose.yaml b/stacks/lail-apps/paheko/docker-compose.yaml index 22b46de..959f669 100644 --- a/stacks/lail-apps/paheko/docker-compose.yaml +++ b/stacks/lail-apps/paheko/docker-compose.yaml @@ -32,11 +32,4 @@ services: const API_PASSWORD = $PAHEKO_API_PASSWORD ?: null; const LEGAL_HOSTING_DETAILS = $PAHEKO_LEGAL_HOSTING_DETAILS; const DISABLE_INSTALL_PING = true; - const ENABLE_UPGRADES = false; - labels: - - traefik.enable=true - - traefik.http.routers.paheko.rule=Host(`paheko.apps.lail.cloud`) - - traefik.http.routers.paheko.entrypoints=https - - traefik.http.routers.paheko.tls=true - - traefik.http.routers.paheko.tls.certresolver=letsencrypt - - traefik.http.services.paheko.loadbalancer.server.port=80 \ No newline at end of file + const ENABLE_UPGRADES = false; \ No newline at end of file