more apps

This commit is contained in:
=
2024-12-30 01:18:40 -05:00
parent c090cc9cbe
commit e76d1a1f88
6 changed files with 191 additions and 68 deletions

View 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