Add docker-compose to deployment

This commit is contained in:
2021-11-14 18:56:17 +01:00
parent 84ca68fbdc
commit db2d455c02
3 changed files with 39 additions and 0 deletions

View File

@@ -7,3 +7,9 @@
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
single_branch: yes
version: production
- name: deploy remote docker containers using compose
community.docker.docker_compose:
project_src: ../src/
files:
- docker-compose.prod.yml