Compare commits
No commits in common. "ad996a6aa0ab229a67be013c1a24aa69b78c7875" and "238057ee3be4eebd9458a3573dfb2bbccca91a98" have entirely different histories.
ad996a6aa0
...
238057ee3b
1 changed files with 0 additions and 19 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue