use docker compose for syncthing
create /apps and /data directory
This commit is contained in:
parent
62f014d90f
commit
a3e4b8d822
5 changed files with 72 additions and 41 deletions
|
@ -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
|
||||
|
|
Reference in a new issue