1
0
mirror of https://github.com/lukevella/rallly-selfhosted.git synced 2025-12-10 02:42:49 +01:00

Update docker-compose.traefik.yml

This commit is contained in:
Luke Vella 2023-09-07 11:41:18 +01:00 committed by GitHub
parent c257d965fd
commit 9e769be906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ services:
rallly: rallly:
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.plausible.rule: "Host(`example.com`)" # change to your domain name traefik.http.routers.rallly.rule: "Host(`example.com`)" # change to your domain name
traefik.http.routers.plausible.entrypoints: "websecure" traefik.http.routers.rallly.entrypoints: "websecure"
traefik.http.services.plausible.loadbalancer.server.port: "3000" traefik.http.services.rallly.loadbalancer.server.port: "3000"