From 7cbf5c2799a7d44eba2ea933e1d69280b694fbda Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Wed, 23 Jul 2025 22:21:05 +0530 Subject: [PATCH] Update traefik labels v2 --- gotify/docker-compose.yml | 2 -- healthchecks/docker-compose.yml | 2 -- uptime-kuma/docker-compose.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index be23faf..9e7ef18 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -7,8 +7,6 @@ services: - traefik.enable=true - traefik.http.routers.gotify.rule=Host(`${DOMAIN}`) - traefik.http.routers.gotify.entrypoints=websecure - - traefik.http.routers.gotify.tls=true - - traefik.http.routers.gotify.tls.certresolver=letsencrypt - traefik.http.services.gotify.loadbalancer.server.port=80 environment: - TZ=${TZ} diff --git a/healthchecks/docker-compose.yml b/healthchecks/docker-compose.yml index 6981871..2917f50 100644 --- a/healthchecks/docker-compose.yml +++ b/healthchecks/docker-compose.yml @@ -7,8 +7,6 @@ services: - traefik.enable=true - traefik.http.routers.healthchecks.rule=Host(`${DOMAIN}`) - traefik.http.routers.healthchecks.entrypoints=websecure - - traefik.http.routers.healthchecks.tls=true - - traefik.http.routers.healthchecks.tls.certresolver=letsencrypt - traefik.http.services.healthchecks.loadbalancer.server.port=8000 environment: - PUID=${PUID} diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 5f9f696..7785a90 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -7,8 +7,6 @@ services: - traefik.enable=true - traefik.http.routers.uptime-kuma.rule=Host(`${DOMAIN}`) - traefik.http.routers.uptime-kuma.entrypoints=websecure - - traefik.http.routers.uptime-kuma.tls=true - - traefik.http.routers.uptime-kuma.tls.certresolver=letsencrypt - traefik.http.services.uptime-kuma.loadbalancer.server.port=3001 volumes: - ${APPDATA_PATH}/uptime-kuma/config:/app/data