add internals
This commit is contained in:
parent
f7d32335c5
commit
fb0efe7dc6
2 changed files with 29 additions and 0 deletions
10
internals/traefik-kop/docker-compose.yaml
Normal file
10
internals/traefik-kop/docker-compose.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
traefik-kop:
|
||||
image: "ghcr.io/jittering/traefik-kop:0.13.3"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- BIND_IP=10.100.2.5
|
19
internals/woodpecker-worker/docker-compose.yaml
Normal file
19
internals/woodpecker-worker/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.build.net.enpls.org: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…
Reference in a new issue