Fix routing

This commit is contained in:
Luke Murphy 2020-06-25 15:44:32 +02:00
parent 98d79b1d0e
commit fd802f93b7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ services:
order: start-first order: start-first
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.services.mkdocs.loadbalancer.server.port=8000" - "traefik.http.services.wiki.loadbalancer.server.port=8000"
- "traefik.http.routers.mkdocs.rule=Host(`kawaiipunk.xyz`)" - "traefik.http.routers.wiki.rule=Host(`kawaiipunk.xyz`)"
- "traefik.http.routers.mkdocs.entrypoints=web-secure" - "traefik.http.routers.wiki.entrypoints=web-secure"
- "traefik.http.routers.mkdocs.tls.certresolver=production" - "traefik.http.routers.wiki.tls.certresolver=production"
networks: networks:
proxy: proxy: