TraefikIntegration #5

Merged
luke-else merged 43 commits from TraefikIntegration into master 2023-08-08 19:50:40 +00:00
Showing only changes of commit fcef091eae - Show all commits

View File

@ -43,9 +43,9 @@ services:
- --certificatesresolvers.mytlschallenge.acme.storage=/letsencrypt/acme.json
labels:
## Exposing API Dashboard Service ##
- "traefik.enable=true"
- "traefik.http.routers.api.rule=Host(traefik.luke-else.co.uk)"
- "traefik.http.routers.api.service=api@internal"
- traefik.enable=true
- traefik.http.routers.api.rule=Host("traefik.luke-else.co.uk")
- traefik.http.routers.api.service=api@internal
restart: unless-stopped