diff --git a/gitlab.yml b/gitlab.yml index 94fe57b..6c03753 100644 --- a/gitlab.yml +++ b/gitlab.yml @@ -1,42 +1,43 @@ version: "3.6" services: gitlab: networks: - proxy image: gitlab/gitlab-ce:latest hostname: 'lsms-gitlab.epfl.ch' ports: - "4022:22" volumes: - data:/var/opt/gitlab - logs:/var/log/gitlab - config:/etc/gitlab # shm_size: '256m' environment: GITLAB_OMNIBUS_CONFIG: | external_url 'https://lsms-gitlab.epfl.ch' gitlab_rails['gitlab_shell_ssh_port'] = 4022 + nginx['listen_port'] = 80 nginx['listen_https'] = false nginx['redirect_http_to_https'] = false registry_nginx['redirect_http_to_https'] = false mattermost_nginx['redirect_http_to_https'] = false letsencrypt['enable'] = false VIRTUAL_HOST: lsms-gitlab.epfl.ch VIRTUAL_PORT: 80 gitlab-runner: image: gitlab/gitlab-runner:alpine deploy: mode: replicated replicas: 4 volumes: config: logs: data: networks: proxy: external: true