Update instance label for traefik
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
|||||||
image: ghcr.io/gotify/server:2.6.3
|
image: ghcr.io/gotify/server:2.6.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
- traefik-instance=${TRAEFIK_INSTANCE}
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.gotify.rule=Host(`${DOMAIN}`)
|
- traefik.http.routers.gotify.rule=Host(`${DOMAIN}`)
|
||||||
- traefik.http.routers.gotify.entrypoints=websecure
|
- traefik.http.routers.gotify.entrypoints=websecure
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
image: ghcr.io/linuxserver/healthchecks:3.10.20250714
|
image: ghcr.io/linuxserver/healthchecks:3.10.20250714
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
- traefik-instance=${TRAEFIK_INSTANCE}
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.healthchecks.rule=Host(`${DOMAIN}`)
|
- traefik.http.routers.healthchecks.rule=Host(`${DOMAIN}`)
|
||||||
- traefik.http.routers.healthchecks.entrypoints=websecure
|
- traefik.http.routers.healthchecks.entrypoints=websecure
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
image: docker.io/louislam/uptime-kuma:1.23.16
|
image: docker.io/louislam/uptime-kuma:1.23.16
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
- traefik-instance=${TRAEFIK_INSTANCE}
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.uptime-kuma.rule=Host(`${DOMAIN}`)
|
- traefik.http.routers.uptime-kuma.rule=Host(`${DOMAIN}`)
|
||||||
- traefik.http.routers.uptime-kuma.entrypoints=websecure
|
- traefik.http.routers.uptime-kuma.entrypoints=websecure
|
||||||
|
|||||||
Reference in New Issue
Block a user