Add Plex Media Server test 01

This commit is contained in:
Daniel Doubet
2022-10-27 17:13:36 -05:00
parent 38670b44c1
commit 95c4c8f759
4 changed files with 28 additions and 4 deletions
+2
View File
@@ -14,6 +14,8 @@ Docker compose for my Raspberry Pi 3B running balena os x64
I forgot the password to my old HA instance, so I bought a nice, new, and shiny 128GB Samsung A2 card and used [balenaEtcher](https://www.balena.io/etcher/) to write the balena os to it. I then spent two days finding the right combination to get both [balena-homeassistant](https://github.com/balenalabs-incubator/balena-homeassistant) and [balena-rpiplay](https://github.com/rahul-thakoor/balena-rpiplay) working in tandem.
## Changelog
### Version 1.4.0
- 2022-10-27: Attempt to add Plex
### Version 1.3.0
- 2022-10-27: Removed RPIPlay
### Version 1.2.0
+1 -1
View File
@@ -1 +1 @@
1.3.0
1.4.0
+3 -3
View File
@@ -1,8 +1,8 @@
name: Home Assistant
type: sw.application
description: >-
Open source home automation that puts local control and privacy first; a Home
Assistant, HASS Config, and MQTT stack
Open source home automation that puts local control and privacy first: a Home
Assistant, HASS Config, MQTT stack; and Plex Media Server (used as a client)
joinable: false
assets:
repository:
@@ -24,4 +24,4 @@ data:
- BALENA_HOST_CONFIG_gpu_mem: 256
- BALENA_HOST_CONFIG_gpu_mem_512: 128
- BALENA_HOST_CONFIG_dtoverlay: vc4-fkms-v3d
version: 1.3.0
version: 1.4.0
+22
View File
@@ -39,3 +39,25 @@ services:
restart: always
depends_on:
- homeassistant
plex:
image: lscr.io/linuxserver/plex:docker
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
volumes:
- /plex/library:/config
restart: always
ports:
- '32400:32400'
- '1900:1900/udp'
- '3005:3005'
- '5353:5353/udp'
- '8324:8324'
- '32410:32410/udp'
- '32412:32412/udp'
- '32413:32413/udp'
- '32414:32414/udp'
- '32469:32469'