Also load SSH port from env

This commit is contained in:
Luke Murphy 2020-07-02 14:47:50 +02:00
parent c877b880b8
commit a226cfb0be
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
- "traefik.tcp.routers.gitea-ssh.rule=HostSNI(`*`)"
- "traefik.tcp.routers.gitea-ssh.entrypoints=gitea-ssh"
- "traefik.tcp.services.gitea-ssh.loadbalancer.server.port=2222"
- "traefik.tcp.services.gitea-ssh.loadbalancer.server.port=${SSH_HOST_PORT}"
mariadb:
image: "mariadb:10.5"