diff --git a/gitlab.yml b/gitlab.yml index b106ade..6312a9f 100644 --- a/gitlab.yml +++ b/gitlab.yml @@ -1,43 +1,38 @@ 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 + gitlab_rails['gitlab_shell_ssh_port'] = 4022 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