convert arr to stack
This commit is contained in:
@@ -7,8 +7,6 @@ networks:
|
||||
shoko:
|
||||
name: shoko
|
||||
external: true
|
||||
arr:
|
||||
name: arr
|
||||
|
||||
services:
|
||||
gluetun:
|
||||
@@ -50,39 +48,6 @@ services:
|
||||
networks:
|
||||
- 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:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
@@ -215,11 +180,6 @@ volumes:
|
||||
external: true
|
||||
ariang:
|
||||
name: ariang
|
||||
sonarr:
|
||||
name: sonarr
|
||||
prowlarr:
|
||||
name: prowlarr
|
||||
external: true
|
||||
nextcloud_aio_mastercontainer:
|
||||
name: nextcloud_aio_mastercontainer
|
||||
bitmonero:
|
||||
|
||||
Reference in New Issue
Block a user