Renamed tunarr to tunarr-pi
This commit is contained in:
parent
5071de41d7
commit
61df0dfa7c
2 changed files with 0 additions and 0 deletions
20
tunarr-pi.yml
Normal file
20
tunarr-pi.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
services:
|
||||
tunarr:
|
||||
image: chrisbenincasa/tunarr:latest-arm64
|
||||
container_name: tunarr
|
||||
ports:
|
||||
- ${TUNARR_SERVER_PORT:-8000}:8000
|
||||
- ${TUNARR_SERVER_PORT:-8000}:8000
|
||||
environment:
|
||||
- LOG_LEVEL=${TUNARR_LOG_LEVEL:-INFO}
|
||||
- TZ=America/New_York
|
||||
# Pass all render devices to container
|
||||
# devices:
|
||||
# - /dev/dri:/dev/dri
|
||||
volumes:
|
||||
# Choose a path on your host to map to /config/tunarr. This ensures
|
||||
# that restarting the container will not delete your settings or DB.
|
||||
- $HOME/.server/tunarr:/config/tunarr
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- barknet
|
Loading…
Add table
Add a link
Reference in a new issue