From a15f8f2a1c00216f2f3390a488aa4e534472ac37 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Fri, 14 Aug 2020 00:09:07 -0500 Subject: [PATCH] Remove gitlab runner as it needs extra attention to function --- docker-compose.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6cb295f..b5ef0f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,18 +16,8 @@ services: - gitlab_config:/etc/gita:rw - gitlab_logs:/var/log/gitlab:rw - gitlab_data:/var/opt/gitlab:rw - gitlab_runner: - image: gitlab/gitlab-runner:latest - networks: - gitlab_ce: null - ports: - - 8093:8093/tcp - restart: always - volumes: - - gitlab_runner_config:/etc/gitlab-runner:rw -version: 2.0 +version: "2.0" volumes: - gitlab_runner_config: {} gitlab_config: {} gitlab_data: {} gitlab_logs: {}