added remotely
This commit is contained in:
+34
-25
@@ -10,7 +10,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 6767:6767
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/bazarr:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
- MKNOD
|
||||
ports:
|
||||
- 9980:9980
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/collabora/code:/etc/loolwsd
|
||||
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
- 8388:8388/tcp # Shadowsocks
|
||||
- 8181:8080/tcp # SABnzbd
|
||||
- 8282:8282/tcp # qBittorrent
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/gluetun:/gluetun
|
||||
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
- AUTO_UPDATE=true
|
||||
ports:
|
||||
- 9117:9117/tcp
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/jackett/config:/config
|
||||
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
||||
@@ -87,7 +87,7 @@ services:
|
||||
- MYJD_DEVICE_NAME=dockerserver
|
||||
- XDG_DOWNLOAD_DIR=/output
|
||||
network_mode: "service:gluetun"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/jdownloader:/config
|
||||
- ${MEDIA_DIR}/downloads/jdownloader:/output
|
||||
@@ -98,7 +98,7 @@ services:
|
||||
image: kizaing/kavita:latest
|
||||
ports:
|
||||
- 5002:5000
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${STORAGE_DIR}/ComicsAndManga:/comicsandmanga
|
||||
- ${STORAGE_DIR}/Ebooks:/ebooks
|
||||
@@ -113,7 +113,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 8686:8686
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/lidarr/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
@@ -139,7 +139,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 8084:80/tcp
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DATA_DIR}:/HD:ro
|
||||
- ${DOCKERCONFIGS}/monitorr/app:/app
|
||||
@@ -155,7 +155,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 3001:3000
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/mstream:/config
|
||||
- ${STORAGE_DIR}/Music:/music
|
||||
@@ -169,7 +169,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 5076:5076
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/nzbhydra/config:/config
|
||||
- ${MEDIA_DIR}/downloads/nzbs:/nzbs
|
||||
@@ -181,7 +181,7 @@ services:
|
||||
user: root
|
||||
ports:
|
||||
- 1337:1337
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/olivetin/config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
@@ -195,7 +195,7 @@ services:
|
||||
- FPM=true
|
||||
ports:
|
||||
- 8085:80/tcp
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/organizr/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -208,7 +208,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 5055:5055
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/overseerr/config:/app/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -286,7 +286,7 @@ services:
|
||||
- PMM_RUN=True
|
||||
- PMM_TEST=False
|
||||
- PMM_NO_MISSING=False
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/plexmetamanager/config:/config
|
||||
|
||||
@@ -299,7 +299,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/prowlarr/config:/config
|
||||
|
||||
@@ -312,7 +312,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
- WEBUI_PORT=8282
|
||||
network_mode: "service:gluetun"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/qbittorrent/config:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
@@ -327,17 +327,26 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 7878:7878
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/radarr:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
|
||||
remotely:
|
||||
container_name: remotely
|
||||
image: immybot/remotely:latest
|
||||
ports:
|
||||
- 5003:5000
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/remotely/data:/remotely-data
|
||||
|
||||
s-pdf:
|
||||
container_name: spdf
|
||||
image: frooodle/s-pdf
|
||||
ports:
|
||||
- 8086:8080
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
|
||||
sabnzbd:
|
||||
container_name: sabnzbd
|
||||
@@ -347,7 +356,7 @@ services:
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
network_mode: "service:gluetun"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/sabnzbd:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
@@ -362,7 +371,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 8989:8989
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/sonarr:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
@@ -379,7 +388,7 @@ services:
|
||||
- 22000:22000/tcp
|
||||
- 22000:22000/udp
|
||||
- 21027:21027/udp
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/syncthing/config:/config
|
||||
- ${STORAGE_DIR}:/storage
|
||||
@@ -400,7 +409,7 @@ services:
|
||||
- tubearchivist-redis
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MEDIA_DIR}/videos:/youtube
|
||||
- ${MEDIA_DIR}/videos/cache:/cache
|
||||
@@ -420,7 +429,7 @@ services:
|
||||
hard: -1
|
||||
expose:
|
||||
- "9200"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/tubearchivist/es:/usr/share/elasticsearch/data
|
||||
|
||||
@@ -431,7 +440,7 @@ services:
|
||||
- tubearchivist-es
|
||||
expose:
|
||||
- "6379"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/tubearchivist/redis:/data
|
||||
|
||||
@@ -447,7 +456,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 6543:6543
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user