Add techwork.zone alias

This commit is contained in:
D. Scott Boggs 2023-12-12 20:27:26 +00:00
parent 1126158cb8
commit 09984eba30

View file

@ -15,7 +15,7 @@ services:
- "2222:2222"
labels:
traefik.enable: true
traefik.http.routers.gitea.rule: Host(`git.tams.tech`)
traefik.http.routers.gitea.rule: Host(`git.tams.tech`, `git.techwork.zone`)
traefik.http.routers.gitea.tls: true
traefik.http.routers.gitea.tls.certresolver: letsencrypt
traefik.http.services.gitea-service.loadbalancer.server.port: 3000