mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2025-12-10 02:42:49 +01:00
9 lines
303 B
YAML
9 lines
303 B
YAML
version: "3.3"
|
|
services:
|
|
rallly:
|
|
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: "3000"
|