From 5cc1fe1bd0e58a6e6f34652ca3b0876de289848b Mon Sep 17 00:00:00 2001 From: grubshka Date: Fri, 3 Apr 2026 22:44:52 +0200 Subject: [PATCH] fix: paheko --- stacks/lail-apps/paheko/docker-compose.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stacks/lail-apps/paheko/docker-compose.yaml b/stacks/lail-apps/paheko/docker-compose.yaml index dc625d2..2a326f0 100644 --- a/stacks/lail-apps/paheko/docker-compose.yaml +++ b/stacks/lail-apps/paheko/docker-compose.yaml @@ -6,6 +6,10 @@ services: - ./config.local.php:/var/www/paheko/config.local.php:ro - /data/lail-apps/lail-paheko/data:/var/www/paheko/data - /data/lail-apps/lail-paheko/plugins:/var/www/paheko/plugins - -volumes: - paheko-data: \ No newline at end of file + labels: + - traefik.enable=true + - traefik.http.routers.paheko.rule=Host(`paheko.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