Skip to content

Commit

Permalink
template compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 23, 2022
1 parent b520399 commit e6a1ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
src: "matterbridge.toml"
dest: "{{compose_directory}}/matterbridge.toml"

- name: Template docker-compose
template:
src: "docker-compose.yml"
dest: "{{compose_directory}}/docker-compose.yml"

- name: Create and start services
community.general.docker_compose:
project_src: "{{ compose_directory }}"
Expand Down

0 comments on commit e6a1ac3

Please sign in to comment.