This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
static/docker-stack.yml.template

31 lines
1.1 KiB
YAML

# vi: ft=yaml
version: '3'
networks:
traefik:
external: true
services:
static:
image: git.kun.is/pim/static:TAG
networks:
- traefik
deploy:
placement:
constraints:
- "node.labels.public == true"
labels:
- traefik.enable=true
- traefik.http.routers.static.entrypoints=websecure
- traefik.http.routers.static.service=static
- traefik.http.services.static.loadbalancer.server.port=80
- traefik.http.routers.static.rule=Host(`pim.kunis.nl`)
- traefik.http.routers.static.tls=true
- traefik.http.routers.static.tls.certresolver=letsencrypt
- traefik.http.routers.redirects.entrypoints=websecure
- traefik.http.routers.redirects.service=static
- "traefik.http.routers.redirects.rule=(Host(`pim.kun.is`) || Host(`concourse.pim.kunis.nl`) || Host(`rss.pim.kunis.nl`) || Host(`md.pim.kunis.nl`) || Host(`cloud.pim.kunis.nl`) || Host(`dav.pim.kunis.nl`) || Host(`git.pim.kunis.nl`))"
- traefik.http.routers.redirects.tls=true
- traefik.http.routers.redirects.tls.certresolver=letsencrypt