fixup! fixup! Migrate to docker_compose_v2

This commit is contained in:
Tobias Manske 2024-01-22 15:31:49 +01:00
parent 4acf0493f2
commit 6693c9b686
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
project_src: "{{ service_dir | mandatory }}"
state: present
restarted: false
recreate: smart
recreate: "auto"
build: "always"
remove_orphans: true
profiles: docker_profiles

View File

@ -8,7 +8,7 @@
pull: always
state: present
restarted: true
recreate: smart
recreate: "auto"
build: "never"
profiles: docker_profiles
remove_orphans: true