lidarr weg
This commit is contained in:
parent
5fc33e8425
commit
ea50ec5c78
1 changed files with 0 additions and 42 deletions
42
compose.yaml
42
compose.yaml
|
|
@ -143,48 +143,6 @@ services:
|
|||
networks:
|
||||
- media_network
|
||||
|
||||
lidarr:
|
||||
image: ghcr.io/hotio/lidarr:pr-plugins
|
||||
container_name: lidarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /app-config/lidarr/config:/config
|
||||
- data:/music
|
||||
- tdarr:/tdarr
|
||||
ports:
|
||||
- 8686:8686
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 8888:80
|
||||
volumes:
|
||||
- data:/data
|
||||
- /app-config/audiobookshelf/metadata:/metadata
|
||||
- /app-config/audiobookshelf/config:/config
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
nzbhydra2:
|
||||
container_name: nzbhydra2
|
||||
image: binhex/arch-nzbhydra2:latest
|
||||
ports:
|
||||
- 5076:5076
|
||||
volumes:
|
||||
- data:/data
|
||||
- /app-config/nzbhydra2:/config
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue