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:
- node.hostname == ingress.nixc.us
labels:
- "us.nixc.autodeploy=true"
- "traefik.enable=true"
- "traefik.http.routers.production_uptime-kuma_uptime.tls=true"
- "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"
homepage.group: Uptime Kuma
homepage.name: Uptime
# homepage.icon: authelia.png
homepage.href: https://uptime.nixc.us # Points to Authelia login page
homepage.description:
us.nixc.autodeploy: true
traefik.enable: true
traefik.http.routers.production_uptime-kuma_uptime.tls: true
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'
networks:
- traefik