1
0
mirror of https://github.com/lukevella/rallly-selfhosted.git synced 2025-12-10 10:52:50 +01:00
rallly-selfhosted/reverse-proxy/traefik/docker-compose.traefik.yml
2023-09-07 11:41:18 +01:00

9 lines
294 B
YAML

version: "3.3"
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"