Loading gitlab-ce/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ GITLAB_SUBDOMAIN=git GITLAB_REGISTRY_SUBDOMAIN=registry GITLAB_SSH_PORT=2022 GITLAB_HTTP_PORT=2080 GITLAB_UNICORN_PORT=8088 AWS_REGION=region AWS_ACCESS_KEY_ID=id AWS_SECRET_ACCESS_KEY=secret Loading gitlab-ce/docker-compose.dev.yml +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ services: - target: 80 published: ${GITLAB_HTTP_PORT} mode: host - target: ${GITLAB_UNICORN_PORT} published: ${GITLAB_UNICORN_PORT} mode: host secrets: - source: authorized_keys_proxy target: /gitlab-data/ssh/authorized_keys Loading gitlab-ce/docker-compose.tmpl.yml +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ services: gitlab_rails['smtp_authentication'] = "plain" gitlab_rails['smtp_enable_starttls_auto'] = true gitlab_rails['smtp_tls'] = false unicorn['port'] = '${GITLAB_UNICORN_PORT}' networks: - gitlab-net - traefik-net Loading Loading
gitlab-ce/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ GITLAB_SUBDOMAIN=git GITLAB_REGISTRY_SUBDOMAIN=registry GITLAB_SSH_PORT=2022 GITLAB_HTTP_PORT=2080 GITLAB_UNICORN_PORT=8088 AWS_REGION=region AWS_ACCESS_KEY_ID=id AWS_SECRET_ACCESS_KEY=secret Loading
gitlab-ce/docker-compose.dev.yml +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ services: - target: 80 published: ${GITLAB_HTTP_PORT} mode: host - target: ${GITLAB_UNICORN_PORT} published: ${GITLAB_UNICORN_PORT} mode: host secrets: - source: authorized_keys_proxy target: /gitlab-data/ssh/authorized_keys Loading
gitlab-ce/docker-compose.tmpl.yml +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ services: gitlab_rails['smtp_authentication'] = "plain" gitlab_rails['smtp_enable_starttls_auto'] = true gitlab_rails['smtp_tls'] = false unicorn['port'] = '${GITLAB_UNICORN_PORT}' networks: - gitlab-net - traefik-net Loading