arr/docker-compose.yml aktualisiert
This commit is contained in:
parent
2839374d24
commit
707f163e15
1 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
- ./volumes/sabnzbd/config:/config
|
- ./volumes/sabnzbd/config:/config
|
||||||
- /opt/nvme/arr/usenet:/data/usenet
|
- /opt/nvme/arr/usenet:/data/usenet
|
||||||
ports:
|
ports:
|
||||||
- 28080:8080
|
- 127.0.0.1:28080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### Library Manager - Music
|
### Library Manager - Music
|
||||||
|
@ -29,7 +29,7 @@ services:
|
||||||
- ./volumes/lidarr/config:/config
|
- ./volumes/lidarr/config:/config
|
||||||
- /opt/nvme/arr:/data
|
- /opt/nvme/arr:/data
|
||||||
ports:
|
ports:
|
||||||
- 28686:8686
|
- 127.0.0.1:28686:8686
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### Library Manager - Movies
|
### Library Manager - Movies
|
||||||
|
@ -45,7 +45,7 @@ services:
|
||||||
- ./volumes/radarr/config:/config
|
- ./volumes/radarr/config:/config
|
||||||
- /opt/nvme/arr:/data
|
- /opt/nvme/arr:/data
|
||||||
ports:
|
ports:
|
||||||
- 27878:7878
|
- 127.0.0.1:27878:7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### Libarary Manager - TV Shows
|
### Libarary Manager - TV Shows
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
- ./volumes/sonarr/config:/config
|
- ./volumes/sonarr/config:/config
|
||||||
- /opt/nvme/arr:/data
|
- /opt/nvme/arr:/data
|
||||||
ports:
|
ports:
|
||||||
- 28989:8989
|
- 127.0.0.1:28989:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### Index and Search Management
|
### Index and Search Management
|
||||||
|
@ -76,7 +76,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/prowlarr/config:/config
|
- ./volumes/prowlarr/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 29696:9696
|
- 127.0.0.1:29696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
### Content Request Management
|
### Content Request Management
|
||||||
|
@ -90,5 +90,5 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/jellyseerr/config:/app/config
|
- ./volumes/jellyseerr/config:/app/config
|
||||||
ports:
|
ports:
|
||||||
- 25055:5055
|
- 127.0.0.1:25055:5055
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue