Update stack.production.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
ab3a89fd6d
commit
535e0ef2b5
|
@ -10,15 +10,19 @@ services:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == macmini14
|
- node.hostname == macmini14
|
||||||
labels:
|
labels:
|
||||||
- "us.nixc.autodeploy=true"
|
homepage.group: apps
|
||||||
- "traefik.enable=true"
|
homepage.name: ntfy
|
||||||
- "traefik.http.routers.production-ntfy_ntfy.tls=true"
|
homepage.href: https://ntfy.nixc.us/
|
||||||
- "traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port=80"
|
homepage.description: Ntfy
|
||||||
- "traefik.http.routers.production-ntfy_ntfy.rule=Host(`ntfy.nixc.us`)"
|
us.nixc.autodeploy: "true"
|
||||||
- "traefik.http.routers.production-ntfy_ntfy.entrypoints=websecure"
|
traefik.enable: "true"
|
||||||
- "traefik.http.routers.production-ntfy_ntfy.tls.certresolver=letsencryptresolver"
|
traefik.http.routers.production-ntfy_ntfy.tls: "true"
|
||||||
- "traefik.http.routers.production-ntfy_ntfy.service=production-ntfy_ntfy"
|
traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port: 80
|
||||||
- "traefik.docker.network=traefik"
|
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'
|
# - 'traefik.http.routers.production-ntfy_ntfy.middlewares=authelia@docker'
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
Loading…
Reference in New Issue