Reconfigure GitLab to not try to out-proxy our proxy

This commit is contained in:
Salt 2022-08-04 18:14:21 -05:00
parent 441f973fc5
commit 0e77a81f14

View File

@ -8,6 +8,8 @@
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.desu.ltd'
gitlab_rails['gitlab_shell_ssh_port'] = 2222
nginx['listen_port'] = 80
nginx['listen_https'] = false
ports:
- 127.0.0.1:2222:22
networks: