This commit is contained in:
Andreas S. Turriff 2024-06-14 10:11:35 -07:00
parent 6e0ab38fb4
commit 3c24863cb0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
labels:
traefik.enable: "true"
traefik.http.routers.ghost-rtr.entrypoints: "websecure"
traefik.http.routers.ghost-rtr.rule: "Host(`ghost.turriff.net`)"
traefik.http.routers.ghost-rtr.rule: "Host(`homelab.turriff.net`)"
traefik.http.routers.ghost-rtr.service: "ghost"
traefik.http.services.ghost.loadbalancer.server.port: "2368"
image: "ghost:5"

View File

@ -9,7 +9,7 @@
traefik.http.routers.gitea-http-rtr.service: "gitea"
traefik.http.services.gitea.loadbalancer.server.port: "3000"
traefik.tcp.routers.gitea-ssh-rtr.entrypoints: ssh
traefik.tcp.routers.gitea-ssh-rtr.rule: "HostSNI(`gitea.turriff.net`)"
traefik.tcp.routers.gitea-ssh-rtr.rule: 'HostSNI(`*`)'
traefik.tcp.routers.gitea-ssh-rtr.service: "gitea-ssh"
traefik.tcp.services.gitea-ssh.loadbalancer.server.port: "2222"
replicas: 1