add jellyfin docker stack
add nfs shares for jellyfin have 3 replicas of cyberchef
This commit is contained in:
parent
8201a613a9
commit
cdcb7d93b9
5 changed files with 67 additions and 0 deletions
5
docker_swarm/roles/jellyfin/tasks/main.yml
Normal file
5
docker_swarm/roles/jellyfin/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: jellyfin
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue