docker-compose/ldap-user-manager/TMP_DISABLED_docker-compose.traefik.yml
2022-08-19 02:25:57 -04:00

18 lines
477 B
YAML

networks:
proxy:
external: true
name: ${net_proxy}
services:
lum:
labels:
traefik.enable: "true"
traefik.http.routers.lum.entrypoints: front-http,front-https
traefik.http.routers.lum.rule: Host(`lum.$app_domain`)
traefik.http.routers.lum.service: lum
traefik.http.routers.lum.tls: "true"
traefik.http.routers.lum.tls.certresolver: $traefik_svc_certresolver
traefik.http.services.lum.loadbalancer.server.port: '80'