Added gitlab runner for CI/CD pipes
This commit is contained in:
parent
9e43ab5a1d
commit
b1a1648ffb
@ -13,12 +13,22 @@ services:
|
||||
- 2222:22/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- config:/etc/gita:rw
|
||||
- logs:/var/log/gitlab:rw
|
||||
- data:/var/opt/gitlab:rw
|
||||
- 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
|
||||
volumes:
|
||||
config: {}
|
||||
data: {}
|
||||
logs: {}
|
||||
gitlab_runner_config: {}
|
||||
gitlab_config: {}
|
||||
gitlab_data: {}
|
||||
gitlab_logs: {}
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user