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:
parent
c257d965fd
commit
9e769be906
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user