22 lines
509 B
YAML
22 lines
509 B
YAML
log:
|
|
level: info
|
|
|
|
runner:
|
|
name: runner-light-1
|
|
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
|
|
|