Remove gitlab runner as it needs extra attention to function
This commit is contained in:
		| @@ -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: {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user