new runners
This commit is contained in:
parent
e8099b4f17
commit
ce71b307aa
1 changed files with 13 additions and 8 deletions
|
@ -25,14 +25,6 @@ services:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
gitlab-runner:
|
|
||||||
image: gitlab/gitlab-runner:latest
|
|
||||||
volumes:
|
|
||||||
- /srv/gitlab/other/runner:/et c/gitlab-runner
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
networks:
|
|
||||||
- internal
|
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -55,3 +47,16 @@ services:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
|
||||||
|
gitea-runner:
|
||||||
|
image: gitea/act_runner
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
- gitea
|
||||||
|
volumes:
|
||||||
|
- /srv/gitea/other/runner:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
environment:
|
||||||
|
- GITEA_INSTANCE_URL=https://git.ixvd.net
|
||||||
|
- GITEA_RUNNER_REGISTRATION_TOKEN=CQZ3VJwNDT3y2DkRDgkuAYl2FQaVlMqlAweUTC26
|
||||||
|
|
||||||
|
|
Reference in a new issue