From fb897793d7ae7fc769675b96a8ee60086179745c Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Wed, 6 Sep 2023 09:13:28 -0400 Subject: [PATCH] Disable gitlab and runner for now --- development.yaml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/development.yaml b/development.yaml index e71749a..b27138b 100644 --- a/development.yaml +++ b/development.yaml @@ -91,30 +91,30 @@ services: - /portainer/snibox:/app/db/database restart: unless-stopped - gitlab: - image: gitlab/gitlab-ce:latest - hostname: gitlab.dietrick.dev - ports: - - "8445:443" - - "8086:80" - - "8087:22" - volumes: - - gitlab_config:/etc/gitlab - - gitlab_logs:/var/log/gitlab - - gitlab_data:/var/opt/gitlab - shm_size: '2gb' - restart: unless-stopped - networks: - - nginx - # grep 'Password:' /etc/gitlab/initial_root_password - gitlab-runner: - image: gitlab/gitlab-runner:latest - volumes: - - gitlab_runner_config:/etc/gitlab-runner - - /var/run/docker.sock:/var/run/docker.sock - restart: unless-stopped - networks: - - nginx + # gitlab: + # image: gitlab/gitlab-ce:latest + # hostname: gitlab.dietrick.dev + # ports: + # - "8445:443" + # - "8086:80" + # - "8087:22" + # volumes: + # - gitlab_config:/etc/gitlab + # - gitlab_logs:/var/log/gitlab + # - gitlab_data:/var/opt/gitlab + # shm_size: '2gb' + # restart: unless-stopped + # networks: + # - nginx + # # grep 'Password:' /etc/gitlab/initial_root_password + # gitlab-runner: + # image: gitlab/gitlab-runner:latest + # volumes: + # - gitlab_runner_config:/etc/gitlab-runner + # - /var/run/docker.sock:/var/run/docker.sock + # restart: unless-stopped + # networks: + # - nginx networks: nginx: