Adding Ersatztv for custom tv streaming
Adding Pinchflat for youtube downloads
This commit is contained in:
19
pinchflat/compose.yml
Normal file
19
pinchflat/compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
container_name: pinchflat
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- /home/fejy/docker/pinchflat/config:/config
|
||||
- /mnt/AVARITIA/Share/Videos/:/downloads
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.pinchflat.entrypoints=web"
|
||||
- "traefik.http.routers.pinchflat.rule=Host(`pinchflat.nearfuture`)"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user