services/templates/traefik/dynamic_gotosocial.yaml.gotmpl

15 lines
362 B
Go Template

---
http:
routers:
gotosocial:
entryPoints:
- "https"
rule: "Host(`{{ .GoToSocial.Subdomain }}.{{ .RootDomain }}`)"
service: "gotosocial"
tls:
certResolver: resolver
services:
gotosocial:
loadBalancer:
servers:
- url: "http://{{ .GoToSocial.ContainerIpv4Address }}:{{ .GoToSocial.Port }}/"