Skip to content

Commit

Permalink
add pyload ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
karl0ss authored and Karl Hudgell committed Jan 7, 2019
1 parent 23913f5 commit 3d7fe55
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose/.apps/pyload/pyload.netmode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
pyload:
network_mode: ${PYLOAD_NETWORK_MODE}
5 changes: 5 additions & 0 deletions compose/.apps/pyload/pyload.ports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
pyload:
ports:
- "${PYLOAD_PORT_8000}:8000"

14 changes: 14 additions & 0 deletions compose/.apps/pyload/pyload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#/APPNICENAME=pyLoad
#/APPDESCRIPTION=Python Download Manager alternative to JDownloader
services:
pyload:
container_name: pyload
image: lesage/jdownloader-2
restart: unless-stopped
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
volumes:
- ${DOWNLOADSDIR}:/opt/pyload/Downloads
- ${DOCKERCONFDIR}/pyload:/opt/pyload/pyload-config

0 comments on commit 3d7fe55

Please sign in to comment.