1
0
mirror of https://github.com/plausible/hosting.git synced 2025-01-13 21:44:31 -06:00
plausible-hosting/reverse-proxy/traefik/docker-compose.traefik.yml

9 lines
306 B
YAML
Raw Normal View History

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"