Update stack.production.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-04-14 23:22:35 +00:00
parent ab3a89fd6d
commit 535e0ef2b5
1 changed files with 13 additions and 9 deletions

View File

@ -10,15 +10,19 @@ services:
constraints:
- node.hostname == macmini14
labels:
- "us.nixc.autodeploy=true"
- "traefik.enable=true"
- "traefik.http.routers.production-ntfy_ntfy.tls=true"
- "traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port=80"
- "traefik.http.routers.production-ntfy_ntfy.rule=Host(`ntfy.nixc.us`)"
- "traefik.http.routers.production-ntfy_ntfy.entrypoints=websecure"
- "traefik.http.routers.production-ntfy_ntfy.tls.certresolver=letsencryptresolver"
- "traefik.http.routers.production-ntfy_ntfy.service=production-ntfy_ntfy"
- "traefik.docker.network=traefik"
homepage.group: apps
homepage.name: ntfy
homepage.href: https://ntfy.nixc.us/
homepage.description: Ntfy
us.nixc.autodeploy: "true"
traefik.enable: "true"
traefik.http.routers.production-ntfy_ntfy.tls: "true"
traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port: 80
traefik.http.routers.production-ntfy_ntfy.rule: Host(`ntfy.nixc.us`)
traefik.http.routers.production-ntfy_ntfy.entrypoints: websecure
traefik.http.routers.production-ntfy_ntfy.tls.certresolver: letsencryptresolver
traefik.http.routers.production-ntfy_ntfy.service: production-ntfy_ntfy
traefik.docker.network: traefik
# - 'traefik.http.routers.production-ntfy_ntfy.middlewares=authelia@docker'
networks:
- traefik