Replace gitea with gitlab

Leave gitea in place for a bit in case I need to change back suddenly
This commit is contained in:
Jake Howard
2020-09-01 19:43:44 +01:00
parent 84d529be2f
commit acef6246d0
3 changed files with 2 additions and 18 deletions

View File

@ -24,7 +24,7 @@ services:
- "{{ wireguard.clients.intersect.ip }}:8022:22"
labels:
- traefik.enable=true
- traefik.http.routers.gitlab.rule=Host(`gitlab.theorangeone.net`)
- traefik.http.routers.gitlab.rule=Host(`git.theorangeone.net`) || Host(`git.0rng.one`)
- traefik.http.routers.gitlab.tls.certresolver=le
- traefik.http.services.gitlab-gitlab.loadbalancer.server.port=80
- traefik.http.services.gitlab-gitlab.loadbalancer.server.scheme=http

View File

@ -1,4 +1,4 @@
external_url 'https://gitlab.theorangeone.net'
external_url 'https://git.theorangeone.net'
nginx['redirect_http_to_https'] = false
nginx['listen_https'] = false
nginx['listen_port'] = 80