Add reverse-proxy configuration for existing Traefik installation

Largely based on the work of @MoryCorp in #10
This commit is contained in:
birjolaxew
2020-10-30 05:59:21 +01:00
parent f055f1d0aa
commit ffccee3219
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,8 @@
version: "3.3"
services:
plausible:
labels:
traefik.enable: "true"
traefik.http.routers.plausible.rule: "Host(`example.com`)" # change to your domain name
traefik.http.routers.plausible.entrypoints: "websecure"
traefik.http.services.plausible.loadbalancer.server.port: "8000"