Actualiser playbooks/containers-update.yml
This commit is contained in:
parent
7f9551177e
commit
2ad261fead
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@
|
|||
cmd: docker compose --file n8n-compose.yml pull && docker compose --file n8n-compose.yml up --force-recreate --build -d
|
||||
chdir: /home/pierre
|
||||
|
||||
- name: Upgrade ntfy
|
||||
shell:
|
||||
cmd: docker compose --file ntfy-compose.yml pull && docker compose --file ntfy-compose.yml up --force-recreate --build -d
|
||||
chdir: /home/pierre
|
||||
|
||||
- name: Prune docker images
|
||||
shell:
|
||||
cmd: docker image prune -f
|
||||
|
|
Loading…
Reference in a new issue