31 lines
534 B
YAML
31 lines
534 B
YAML
# 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 |