add paperless-ngx docker stack

This commit is contained in:
Pim Kunis 2024-01-15 21:34:25 +01:00
parent b59026cb13
commit a341d0dd30
7 changed files with 156 additions and 14 deletions

View file

@ -0,0 +1,5 @@
- name: Deploy Docker stack
docker_stack:
name: paperless-ngx
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"