File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ services:
99 volumes :
1010 - ../../lib/jellyfin:/config
1111 - ./config:/config/config
12- - ../../logs /jellyfin:/config/logs
12+ - ../../log /jellyfin:/config/log
1313 - ../../run/jellyfin/cache:/cache
14+ - ../../lib/xmltv:/xmltv
1415 - /media/nas:/media
15- # ports:
16+ ports :
1617# - 8096:8096
18+ # ? old for homerunhd
19+ - 8020-8030:8020-8030/udp
1720 env_file :
1821 - .env
1922 # Optional - may be necessary for docker healthcheck to pass if running in host network mode
@@ -22,6 +25,8 @@ services:
2225 networks :
2326 - proxy
2427 - mdns
28+ - db
29+ - hass
2530networks :
2631 proxy :
2732 name : nginx-proxy-net
@@ -32,3 +37,6 @@ networks:
3237 mdns :
3338 external : true
3439 name : mdns-net
40+ hass :
41+ external : true
42+ name : hass-net
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ services:
55 container_name : mariadb
66 command : --max-allowed-packet=64MB
77 restart : unless-stopped
8+ networks :
9+ - mariadb
810 volumes :
911 - ../../lib/mariadb:/var/lib/mysql:Z
1012 env_file :
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ services:
44 container_name : rtlamr2mqtt
55 restart : unless-stopped
66 devices :
7- - /dev/bus/usb
7+ - " ${SDR_DEVICE} "
88 volumes :
99 - ./config.yaml:/etc/rtlamr2mqtt.yaml:ro
1010 - ../../lib/rtlamr2mqtt/data:/var/lib/rtlamr2mqtt
11+ env_file :
12+ - .env
1113networks :
1214 default :
1315 name : mosquitto-net
You can’t perform that action at this time.
0 commit comments