Add Plex Media Server test 08

This commit is contained in:
Daniel Doubet
2022-10-28 07:58:21 -05:00
parent d330ef4b0c
commit ffb39e14fc
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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.6
### Version 1.4.7
- 2022-10-27: Attempt to add Plex
### Version 1.3.0
- 2022-10-27: Removed RPIPlay
+1 -1
View File
@@ -1 +1 @@
1.4.6
1.4.7
+1 -1
View File
@@ -28,4 +28,4 @@ data:
- PLEX_CLAIM_TOKEN: ""
- PLEX_ADVERTISE_IP: ""
- PLEX_TZ: "America/Chicago"
version: 1.4.6
version: 1.4.7
+5 -3
View File
@@ -45,7 +45,7 @@ services:
build:
context: plex
ports:
- '32400:32400'
- '80:32400'
- '1900:1900'
- '3005:3005'
- '5353:5353'
@@ -62,7 +62,9 @@ services:
- plex:/transcode
restart: always
environment:
HOSTNAME: PiPlex
TZ: America/Chicago
ADVERTISE_IP:
PLEX_CLAIM:
PLEX_CLAIM:
- PUID=1000
- PGID=1000
- VERSION=docker