Remove radarrEN service from compose.yaml
Removed radarrEN service configuration from compose.yaml.
This commit is contained in:
parent
e237b03dd5
commit
491beeb77c
1 changed files with 1 additions and 19 deletions
18
compose.yaml
18
compose.yaml
|
|
@ -98,24 +98,6 @@ services:
|
|||
- tdarr:/tdarr
|
||||
|
||||
|
||||
radarrEN:
|
||||
container_name: radarrEN
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/radarrEN
|
||||
image: ghcr.io/hotio/radarr:latest
|
||||
networks:
|
||||
- media_network
|
||||
ports:
|
||||
- 7880:7878
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- data:/data
|
||||
- tdarr:/tdarr
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
||||
container_name: profilarr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue