Add Plex Media Server test 06
This commit is contained in:
@@ -14,7 +14,7 @@ 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.4
|
||||
### Version 1.4.5
|
||||
- 2022-10-27: Attempt to add Plex
|
||||
### Version 1.3.0
|
||||
- 2022-10-27: Removed RPIPlay
|
||||
|
||||
+1
-1
@@ -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.4.4
|
||||
version: 1.4.5
|
||||
|
||||
+9
-3
@@ -8,7 +8,7 @@ services:
|
||||
build:
|
||||
context: homeassistant
|
||||
ports:
|
||||
- '80:8123'
|
||||
- '8123:8123'
|
||||
privileged: true
|
||||
volumes:
|
||||
- 'config:/config'
|
||||
@@ -57,5 +57,11 @@ services:
|
||||
container_name: plex
|
||||
privileged: true
|
||||
volumes:
|
||||
- plex:/config
|
||||
restart: always
|
||||
- plex/database:/config
|
||||
- plex/transcode:/transcode
|
||||
restart: always
|
||||
environment:
|
||||
HOSTNAME: PiPlex
|
||||
TZ: America/Chicago
|
||||
ADVERTISE_IP:
|
||||
PLEX_CLAIM:
|
||||
Reference in New Issue
Block a user