Adding samba and general user management

This commit is contained in:
2023-06-07 02:12:17 -04:00
parent f02cf7b0cc
commit 4c2a1550c4
10 changed files with 125 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
version: '3.7'
volumes:
{{ jellyfin_volume }}:
config:
cache:
networks:
traefik:
@@ -24,6 +25,6 @@ services:
- "traefik.docker.network=traefik"
- "traefik.enable=true"
volumes:
- ./config:/config
- ./cache:/cache
- {{ jellyfin_volume }}:/media
- config:/config
- cache:/cache
- {{ jellyfin_media }}:/media