From 652eef71e894baf5b49d9f935689a95e2b1aebf2 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Mon, 21 Jul 2025 15:58:16 +0530 Subject: [PATCH] Update gotify, uptime, hc for traefik --- gotify/docker-compose.yml | 4 ++-- healthchecks/docker-compose.yml | 4 ++-- uptime-kuma/docker-compose.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index acd2eb0..764ec06 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -6,9 +6,9 @@ services: labels: - traefik.enable=true - traefik.http.routers.gotify.rule=Host(`${TRAEFIK_DOMAIN}`) - - traefik.http.routers.gotify.entrypoints=https + - traefik.http.routers.gotify.entrypoints=websecure - traefik.http.routers.gotify.tls=true - - traefik.http.routers.gotify.tls.certresolver=cloudflare + - 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 ac598da..81412b3 100644 --- a/healthchecks/docker-compose.yml +++ b/healthchecks/docker-compose.yml @@ -6,9 +6,9 @@ services: labels: - traefik.enable=true - traefik.http.routers.healthchecks.rule=Host(`${TRAEFIK_DOMAIN}`) - - traefik.http.routers.healthchecks.entrypoints=https + - traefik.http.routers.healthchecks.entrypoints=websecure - traefik.http.routers.healthchecks.tls=true - - traefik.http.routers.healthchecks.tls.certresolver=cloudflare + - 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 22e25d1..d6c44d4 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -6,9 +6,9 @@ services: labels: - traefik.enable=true - traefik.http.routers.uptime-kuma.rule=Host(`${TRAEFIK_DOMAIN}`) - - traefik.http.routers.uptime-kuma.entrypoints=https + - traefik.http.routers.uptime-kuma.entrypoints=websecure - traefik.http.routers.uptime-kuma.tls=true - - traefik.http.routers.uptime-kuma.tls.certresolver=cloudflare + - 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