use docker compose for syncthing

create /apps and /data directory
This commit is contained in:
Pim Kunis 2022-12-03 14:50:43 +01:00
parent 62f014d90f
commit a3e4b8d822
5 changed files with 72 additions and 41 deletions

View file

@ -2,7 +2,7 @@
git:
repo: https://github.com/pizzapim/pizzeria
dest: /apps/pizzeria
- name: Start the Docker compose
- name: Start the Docker Compose
community.docker.docker_compose:
project_src: /apps/pizzeria
pull: true