Skip to content

Commit

Permalink
use shell plugin for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Nov 29, 2024
1 parent fa738ec commit ece904b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@
dest: "{{compose_directory}}/config/matterbridge.test.toml"

- name: Create and start services
community.docker.docker_compose_v2:
project_src: "{{ compose_directory }}"
pull: "always"
build: "always"
remove_orphans: yes
shell:
cmd: "docker-compose up -d --build --remove-orphans"
chdir: "{{ compose_directory }}"

- name: Reload nginx config
shell:
Expand Down

0 comments on commit ece904b

Please sign in to comment.