wireguard, stash, docker debian, jellyfin
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10.11
|
||||
container_name: jellyfin
|
||||
# Optional - specify the uid and gid you would like Jellyfin to use instead of root
|
||||
user: 0:1003
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- type: bind
|
||||
source: /mnt/azura
|
||||
target: /media
|
||||
read_only: true
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
restart: 'unless-stopped'
|
||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
@@ -0,0 +1,6 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35646162643235336465636563653039656633313038313138323630336162373163626139613763
|
||||
3862666462343762363332323231616666336339306138310a343666353834623430363535613866
|
||||
30623233643664393466373734633734323334363761616665636161316432373333613130333164
|
||||
3639636538353035620a396463666662373665613235373138623739613665656236633533646162
|
||||
3765
|
||||
Reference in New Issue
Block a user