rename jellyfin -> media stack
add transmission service to media stack open jellyfin web UI to the internet
This commit is contained in:
parent
895e1365d9
commit
ef994e472b
5 changed files with 99 additions and 58 deletions
5
docker_swarm/roles/media/tasks/main.yml
Normal file
5
docker_swarm/roles/media/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: media
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue