diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index 44d9850..5073476 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -3,12 +3,6 @@ services: container_name: gotify image: ghcr.io/gotify/server:2.6.3 restart: unless-stopped - labels: - - traefik-instance=${TRAEFIK_INSTANCE} - - traefik.enable=true - - traefik.http.routers.gotify.rule=Host(`${DOMAIN}`) - - traefik.http.routers.gotify.entrypoints=websecure - - traefik.http.services.gotify.loadbalancer.server.port=80 environment: - TZ=${TZ} - GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION} diff --git a/healthchecks/docker-compose.yml b/healthchecks/docker-compose.yml index 6b01e16..e3a2317 100644 --- a/healthchecks/docker-compose.yml +++ b/healthchecks/docker-compose.yml @@ -3,12 +3,6 @@ services: container_name: healthchecks image: ghcr.io/linuxserver/healthchecks:3.10.20250728 restart: unless-stopped - labels: - - traefik-instance=${TRAEFIK_INSTANCE} - - traefik.enable=true - - traefik.http.routers.healthchecks.rule=Host(`${DOMAIN}`) - - traefik.http.routers.healthchecks.entrypoints=websecure - - traefik.http.services.healthchecks.loadbalancer.server.port=8000 environment: - PUID=${PUID} - PGID=${PGID} diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index a600dd3..0d8d81f 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -3,12 +3,6 @@ services: container_name: uptime-kuma image: docker.io/louislam/uptime-kuma:1.23.16 restart: unless-stopped - labels: - - traefik-instance=${TRAEFIK_INSTANCE} - - traefik.enable=true - - traefik.http.routers.uptime-kuma.rule=Host(`${DOMAIN}`) - - traefik.http.routers.uptime-kuma.entrypoints=websecure - - traefik.http.services.uptime-kuma.loadbalancer.server.port=3001 volumes: - ${APPDATA_PATH}/uptime-kuma/config:/app/data ports: