Added remove orphans

This commit is contained in:
2025-02-11 00:16:54 +01:00
parent 0717d386e0
commit 33aa31e55e
3 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@
- name: docker compose project setup
command:
cmd: docker-compose -p "{{application_id}}" up -d
cmd: "docker-compose -p {{application_id}} up -d{% if mode_cleanup | bool %} --remove-orphans{% endif %}"
chdir: "{{docker_compose.directories.instance}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600