Never gonna give you up

This commit is contained in:
coolnsx
2023-12-08 19:26:03 +05:30
parent 8f76a3c06c
commit aa57520429
2 changed files with 20 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ services:
ports:
- 7878:7878
restart: unless-stopped
networks:
- starr
sonarr:
container_name: sonarr
@@ -29,6 +31,8 @@ services:
- /etc/localtime:/etc/localtime:ro
- sonarr:/config
- /media/vault/data:/data
networks:
- starr
bazarr:
image: lscr.io/linuxserver/bazarr:latest
@@ -44,6 +48,8 @@ services:
ports:
- 6767:6767
restart: unless-stopped
networks:
- starr
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
@@ -58,6 +64,8 @@ services:
ports:
- 9696:9696
restart: unless-stopped
networks:
- starr
transmission:
image: lscr.io/linuxserver/transmission:latest
@@ -76,6 +84,8 @@ services:
- 51413:51413
- 51413:51413/udp
restart: unless-stopped
networks:
- starr
volumes:
bazarr:
@@ -83,3 +93,7 @@ volumes:
radarr:
transmission:
sonarr:
networks:
starr:
name: starr

View File

@@ -19,6 +19,12 @@ services:
- /dev/video11:/dev/video11
- /dev/video12:/dev/video12
restart: unless-stopped
networks:
- starr
volumes:
jellyfin:
networks:
starr:
external: true