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