first add
This commit is contained in:
20
runners/runner-light-2/config.yaml
Normal file
20
runners/runner-light-2/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
name: runner-light-2
|
||||
capacity: 2
|
||||
envs:
|
||||
HTTP_PROXY: http://proxy:7890
|
||||
HTTPS_PROXY: http://proxy:7890
|
||||
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
labels:
|
||||
- "docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
- "light:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
|
||||
container:
|
||||
network: proxy_net
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user