mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2025-12-10 02:42:49 +01:00
8 lines
279 B
YAML
8 lines
279 B
YAML
services:
|
|
rallly:
|
|
labels:
|
|
traefik.enable: "true"
|
|
traefik.http.routers.rallly.rule: "Host(`example.com`)" # change to your domain name
|
|
traefik.http.routers.rallly.entrypoints: "websecure"
|
|
traefik.http.services.rallly.loadbalancer.server.port: "3000"
|