rename jellyfin -> media stack

add transmission service to media stack
open jellyfin web UI to the internet
This commit is contained in:
Pim Kunis 2024-02-13 00:11:26 +01:00
parent 895e1365d9
commit ef994e472b
5 changed files with 99 additions and 58 deletions

View file

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