diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index 764ec06..be23faf 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -5,7 +5,7 @@ services: restart: unless-stopped labels: - traefik.enable=true - - traefik.http.routers.gotify.rule=Host(`${TRAEFIK_DOMAIN}`) + - 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 diff --git a/healthchecks/docker-compose.yml b/healthchecks/docker-compose.yml index 81412b3..6981871 100644 --- a/healthchecks/docker-compose.yml +++ b/healthchecks/docker-compose.yml @@ -5,7 +5,7 @@ services: restart: unless-stopped labels: - traefik.enable=true - - traefik.http.routers.healthchecks.rule=Host(`${TRAEFIK_DOMAIN}`) + - 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 diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index d6c44d4..5f9f696 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -5,7 +5,7 @@ services: restart: unless-stopped labels: - traefik.enable=true - - traefik.http.routers.uptime-kuma.rule=Host(`${TRAEFIK_DOMAIN}`) + - 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