mirror of
https://github.com/plausible/hosting.git
synced 2024-11-04 15:25:59 -06:00
ffccee3219
Largely based on the work of @MoryCorp in #10
9 lines
306 B
YAML
9 lines
306 B
YAML
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"
|