Fix issues (backup, watchtower, firewall)
Remove remote_docker backups Add option to monitor with watchtower Add teamspeak ports to firewall
This commit is contained in:
parent
fb9d50a86e
commit
05e79ae90a
22 changed files with 50 additions and 29 deletions
playbooks/roles/woodpecker/vars
|
@ -32,7 +32,7 @@ woodpecker_env:
|
|||
WOODPECKER_DATABASE_DATASOURCE: postgres://{{ svc.db.user }}:{{ svc.db.pass }}@{{ svc.db.host }}:{{ svc.db.port }}/{{ svc.db.database }}?sslmode=verify-full
|
||||
|
||||
woodpecker_compose:
|
||||
watchtower: true
|
||||
watchtower: update
|
||||
image: woodpeckerci/woodpecker-server
|
||||
file:
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue