[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
24a2fdc154
commit
99a554b8c3
1 changed files with 9 additions and 106 deletions
113
compose.yaml
113
compose.yaml
|
|
@ -79,113 +79,16 @@ services:
|
|||
- /usenet:/usenet
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
radarr:
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/radarr
|
||||
image: ghcr.io/hotio/radarr:latest
|
||||
networks:
|
||||
- media_network
|
||||
restart: unless-stopped
|
||||
checkrr:
|
||||
container_name: checkrr
|
||||
image: aetaric/checkrr:latest
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /app-config/arr/checkrr/config/checkrr.yaml:/etc/checkrr.yaml
|
||||
- /app-config/arr/checkrr/config/checkrr.db:/checkrr.db
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
radarrhorror:
|
||||
container_name: radarrhorror
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/radarrhorror
|
||||
image: ghcr.io/hotio/radarr:latest
|
||||
networks:
|
||||
- media_network
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
radarrkids:
|
||||
container_name: radarrkids
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/radarrkids
|
||||
image: ghcr.io/hotio/radarr:latest
|
||||
networks:
|
||||
- media_network
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
|
||||
sonarr:
|
||||
container_name: sonarr
|
||||
image: ghcr.io/hotio/sonarr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- UMASK=022
|
||||
- CONFIG_DIR=/config/sonarr
|
||||
networks:
|
||||
- media_network
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
sonarrkids:
|
||||
container_name: sonarrkids
|
||||
image: ghcr.io/hotio/sonarr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/sonarrkids
|
||||
networks:
|
||||
- media_network
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
sonarrtvshows:
|
||||
container_name: sonarrtvshows
|
||||
image: ghcr.io/hotio/sonarr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_DIR=/config/sonarrtvshows
|
||||
networks:
|
||||
- media_network
|
||||
volumes:
|
||||
- /app-config:/config
|
||||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
ports:
|
||||
- 8585:8585
|
||||
restart: on-failure
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue