mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
added pinchflat to backup some youtube channels
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ nginxproxymanager/*/
|
|||||||
ntfy/*/
|
ntfy/*/
|
||||||
vaultwarden/*/
|
vaultwarden/*/
|
||||||
standard-notes/
|
standard-notes/
|
||||||
|
pinchflat/*
|
||||||
|
|
||||||
# ignore environment files
|
# ignore environment files
|
||||||
.env
|
.env
|
||||||
|
|||||||
14
pinchflat/docker-compose.yml
Normal file
14
pinchflat/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
pinchflat:
|
||||||
|
environment:
|
||||||
|
- TZ=America/New_York
|
||||||
|
ports:
|
||||||
|
- 8945:8945
|
||||||
|
volumes:
|
||||||
|
- ./config:/config
|
||||||
|
- /mnt/share/media/youtube:/downloads
|
||||||
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||||
|
networks:
|
||||||
|
cloudflare_default:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user