diff --git a/gitlab.yml b/gitlab.yml index 77f1d9c..21dbf2e 100644 --- a/gitlab.yml +++ b/gitlab.yml @@ -1,45 +1,45 @@ version: "3.6" services: gitlab: networks: - proxy image: gitlab/gitlab-ce:latest 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 - - VIRTUAL_PATH=/gitlab/ + - VIRTUAL_PATH=/ - VIRTUAL_DEST=/ gitlab-runner: image: gitlab/gitlab-runner:alpine deploy: mode: replicated replicas: 4 volumes: config: logs: data: networks: proxy: external: true