diff --git a/playbooks/tasks/web/gitlab.yml b/playbooks/tasks/web/gitlab.yml index 7e25fae..62da6c0 100644 --- a/playbooks/tasks/web/gitlab.yml +++ b/playbooks/tasks/web/gitlab.yml @@ -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: