convert arr to stack

This commit is contained in:
poslop
2024-10-14 13:24:51 -05:00
parent e7952e97f8
commit 0e5da4b9f1
3 changed files with 43 additions and 42 deletions

View File

@@ -15,8 +15,6 @@ services:
- bookstack:/config - bookstack:/config
depends_on: depends_on:
- bookstack_db - bookstack_db
ports:
- 8989:80
secrets: secrets:
- PASS - PASS
networks: networks:

View File

@@ -0,0 +1,43 @@
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- prowlarr:/config
ports:
- 9696:9696
networks:
- arr
- qbit
sonarr:
image: lscr.io/linuxserver/sonarr:latest
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- sonarr:/config
- /mnt/massdrive/media:/mnt/media
ports:
- 8989:8989
networks:
- arr
- qbit
networks:
arr:
name: arr
external: true
qbit:
name: qbit
external: true
volumes:
prowlarr:
name: prowlarr
sonarr:
name: sonarr

View File

@@ -7,8 +7,6 @@ networks:
shoko: shoko:
name: shoko name: shoko
external: true external: true
arr:
name: arr
services: services:
gluetun: gluetun:
@@ -50,39 +48,6 @@ services:
networks: networks:
- caddy - caddy
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- prowlarr:/config
ports:
- 9696:9696
restart: unless-stopped
networks:
- arr
- qbit
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- sonarr:/config
- /mnt/massdrive/media:/mnt/media
ports:
- 8989:8989
restart: unless-stopped
networks:
- arr
- qbit
qbittorrent: qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent container_name: qbittorrent
@@ -215,11 +180,6 @@ volumes:
external: true external: true
ariang: ariang:
name: ariang name: ariang
sonarr:
name: sonarr
prowlarr:
name: prowlarr
external: true
nextcloud_aio_mastercontainer: nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer name: nextcloud_aio_mastercontainer
bitmonero: bitmonero: