add paperless-ngx docker stack
This commit is contained in:
parent
b59026cb13
commit
a341d0dd30
7 changed files with 156 additions and 14 deletions
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: paperless-ngx
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue