public worker cicd

This commit is contained in:
Mael G. 2024-12-29 22:07:27 +01:00
parent f69f87dd1c
commit 46465e7fc6

View 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