Skip to content

Commit 6becad8

Browse files
committed
updates
1 parent 9aadda3 commit 6becad8

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

jellyfin/docker-compose.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2530
networks:
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

mariadb/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

rtlamr2mqtt/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1113
networks:
1214
default:
1315
name: mosquitto-net

0 commit comments

Comments
 (0)