added sample docker-compose.yml (#44)

This commit is contained in:
Rob
2021-04-22 14:51:30 -05:00
committed by GitHub
parent 91eed809c4
commit 5f0a4daff0
2 changed files with 17 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ docker run -d \
taylorbourne/xteve_lazystream
```
or see [docker-compose.yml](docker-compose.yml) for an example docker-compose setup.
# Setup
## Env file

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3.7"
services:
xteve_lazystream:
image: taylorbourne/xteve_lazystream
restart: unless-stopped
ports:
- "34400:34400"
volumes:
- /var/data/xteve/.xteve:/xteve:rw
- /var/data/xteve/config/:/config:rw
- /var/data/xteve/guide2go/:/guide2go:rw
- /var/data/xteve/playlists/:/playlists:rw
- /tmp/xteve/:/tmp/xteve:rw
env_file: .env