Fixes
This commit is contained in:
parent
6e0ab38fb4
commit
3c24863cb0
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user