more apps
This commit is contained in:
31
compose/truenas-media.yaml
Normal file
31
compose/truenas-media.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
# Docker compose file for truenas apps
|
||||
|
||||
name: "media"
|
||||
|
||||
# Network
|
||||
|
||||
networks:
|
||||
apps:
|
||||
external: true
|
||||
name: apps
|
||||
|
||||
services:
|
||||
jellyfin:
|
||||
container_name: jellyfin
|
||||
image: jellyfin # FIX
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
apps:
|
||||
ipv4_address: 10.96.10.101
|
||||
link_local_ips: []
|
||||
volumes:
|
||||
- /mnt/hdd/apps/jellyfin:/config
|
||||
- /mnt/hdd/media:/media
|
||||
- /mnt/hdd/apps/certbot/etc:/etc/letsencrypt
|
||||
- /mnt/hdd/apps/certbot/var:/var/lib/letsencrypt
|
||||
|
||||
# qbittorrent
|
||||
|
||||
# sonarr
|
||||
|
||||
# radarr
|
Reference in New Issue
Block a user