fix; ci
This commit is contained in:
parent
ce0042117c
commit
ba5202ccf0
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ version: '2.2'
|
|||
services:
|
||||
woodpecker:
|
||||
image: woodpeckerci/woodpecker-server:latest
|
||||
dns: 9.9.9.9
|
||||
env_file:
|
||||
- /etc/ixvd/secrets/env/woodpecker/server.env
|
||||
- /etc/ixvd/secrets/env/woodpecker/agent.env
|
||||
|
@ -25,7 +26,7 @@ services:
|
|||
env_file:
|
||||
- /etc/ixvd/secrets/env/woodpecker/agent.env
|
||||
environment:
|
||||
WOODPECKER_SERVER: woodpecker-server:9000
|
||||
WOODPECKER_SERVER: woodpecker:9000
|
||||
WOODPECKER_MAX_WORKFLOWS: 10
|
||||
volumes:
|
||||
- /srv/woodpecker/other/runner:/etc/woodpecker
|
||||
|
|
Loading…
Reference in a new issue