Remove orphans on stack deployment

This commit is contained in:
Marty Oehme 2025-07-14 10:01:19 +02:00
parent d930094638
commit ec91e97fed
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -47,6 +47,7 @@
project_name: arr project_name: arr
# project_src: "{{ arrstack_env_dir }}" # project_src: "{{ arrstack_env_dir }}"
definition: "{{ lookup('template', 'docker-compose.yaml.j2') | from_yaml }}" definition: "{{ lookup('template', 'docker-compose.yaml.j2') | from_yaml }}"
remove_orphans: true
wait: true wait: true
wait_timeout: 60 wait_timeout: 60
# services: # services: