Compare commits

..

No commits in common. "ad996a6aa0ab229a67be013c1a24aa69b78c7875" and "238057ee3be4eebd9458a3573dfb2bbccca91a98" have entirely different histories.

View file

@ -1,19 +0,0 @@
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