Initial commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
plexbrainz:
|
||||
platform: linux/amd64
|
||||
build:
|
||||
context: .
|
||||
image: tardisx/plexbrainz
|
||||
container_name: plexbrainz
|
||||
environment:
|
||||
- PB_LISTENBRAINZ_USER_TOKEN=token
|
||||
- PB_PLEX_USERNAME=someusernamehere
|
||||
- PB_PLEX_LIBRARIES=Music
|
||||
ports:
|
||||
- 9102:9102
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user