public worker cicd
This commit is contained in:
parent
f69f87dd1c
commit
46465e7fc6
1 changed files with 19 additions and 0 deletions
19
cicd-worker-pub-mep/woodpecker-runner/docker-compose.yaml
Normal file
19
cicd-worker-pub-mep/woodpecker-runner/docker-compose.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
volumes:
|
||||||
|
agent:
|
||||||
|
driver: local
|
||||||
|
|
||||||
|
services:
|
||||||
|
agent:
|
||||||
|
image: woodpeckerci/woodpecker-agent:latest
|
||||||
|
container_name: woodpecker_agent
|
||||||
|
environment:
|
||||||
|
- WOODPECKER_SERVER=grpc.cicd.gnous.eu:443
|
||||||
|
- WOODPECKER_MAX_WORKFLOWS=4
|
||||||
|
- WOODPECKER_GRPC_SECURE=true
|
||||||
|
- WOODPECKER_GRPC_VERIFY=true
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- agent:/etc/woodpecker
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
Loading…
Add table
Reference in a new issue