Add watchtower to ansible for real and fix .gitignore
This commit is contained in:
parent
5908976abc
commit
9425376412
4 changed files with 52 additions and 7 deletions
_ansible/roles/watchtower/files
3
_ansible/roles/watchtower/files/run-once.sh
Normal file
3
_ansible/roles/watchtower/files/run-once.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
docker compose run -e WATCHTOWER_RUN_ONCE=true -e WATCHTOWER_NOTIFICATIONS= watchtower
|
Reference in a new issue