forked from github.com/plausible-hosting
Add reverse-proxy configuration for existing Traefik installation
Largely based on the work of @MoryCorp in #10
This commit is contained in:
8
reverse-proxy/traefik/docker-compose.traefik.yml
Normal file
8
reverse-proxy/traefik/docker-compose.traefik.yml
Normal 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"
|
Reference in New Issue
Block a user