Expose gitlab SSH

This commit is contained in:
Jake Howard 2020-08-30 11:22:15 +01:00
parent 796c694170
commit 8efb3e0d69
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -20,6 +20,8 @@ services:
depends_on:
- db
- redis
ports:
- "{{ wireguard.clients.intersect.ip }}:8022:8022"
labels:
- traefik.enable=true
- traefik.http.routers.gitlab.rule=Host(`gitlab.theorangeone.net`)