Update stack.production.yml

This commit is contained in:
colin 2024-04-12 20:51:15 +00:00
parent e477245786
commit e1b371a2f4
1 changed files with 14 additions and 9 deletions

View File

@ -11,15 +11,20 @@ services:
constraints: constraints:
- node.hostname == ingress.nixc.us - node.hostname == ingress.nixc.us
labels: labels:
- "us.nixc.autodeploy=true" homepage.group: Uptime Kuma
- "traefik.enable=true" homepage.name: Uptime
- "traefik.http.routers.production_uptime-kuma_uptime.tls=true" # homepage.icon: authelia.png
- "traefik.http.services.production_uptime-kuma_uptime.loadbalancer.server.port=3001" homepage.href: https://uptime.nixc.us # Points to Authelia login page
- "traefik.http.routers.production_uptime-kuma_uptime.rule=Host(`uptime.nixc.us`)" homepage.description:
- "traefik.http.routers.production_uptime-kuma_uptime.entrypoints=websecure" us.nixc.autodeploy: true
- "traefik.http.routers.production_uptime-kuma_uptime.tls.certresolver=letsencryptresolver" traefik.enable: true
- "traefik.http.routers.production_uptime-kuma_uptime.service=production_uptime-kuma_uptime" traefik.http.routers.production_uptime-kuma_uptime.tls: true
- "traefik.docker.network=traefik" traefik.http.services.production_uptime-kuma_uptime.loadbalancer.server.port: 3001
traefik.http.routers.production_uptime-kuma_uptime.rule: Host(`uptime.nixc.us`)
traefik.http.routers.production_uptime-kuma_uptime.entrypoints: websecure
traefik.http.routers.production_uptime-kuma_uptime.tls.certresolver: letsencryptresolver
traefik.http.routers.production_uptime-kuma_uptime.service: production_uptime-kuma_uptime
traefik.docker.network: traefik
# - 'traefik.http.routers.production_uptime-kuma_uptime.middlewares=authelia@docker' # - 'traefik.http.routers.production_uptime-kuma_uptime.middlewares=authelia@docker'
networks: networks:
- traefik - traefik