[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
29048724cf
commit
4a2f5f9e11
1 changed files with 0 additions and 82 deletions
82
compose.yaml
82
compose.yaml
|
|
@ -2,58 +2,7 @@ networks:
|
||||||
media_network:
|
media_network:
|
||||||
name: media_network
|
name: media_network
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
configarr:
|
|
||||||
image: ghcr.io/raydak-labs/configarr:latest
|
|
||||||
container_name: configarr
|
|
||||||
#user: 1000:1000 # Optional, defaults to root:root
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
volumes:
|
|
||||||
- /app-config/configarr/config:/app/config # Contains the config.yml and secrets.yml
|
|
||||||
- /app-config/configarr/dockerrepos:/app/repos # Cache repositories
|
|
||||||
- /app-config/configarr/custom/cfs:/app/cfs # Optional if custom formats locally provided
|
|
||||||
- /app-config/configarr/custom/templates:/app/templates # Optional if custom templates
|
|
||||||
|
|
||||||
prowlarr:
|
|
||||||
container_name: prowlarr
|
|
||||||
image: ghcr.io/hotio/prowlarr
|
|
||||||
ports:
|
|
||||||
- "9696:9696"
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- UMASK=002
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
volumes:
|
|
||||||
- /app-config/prowlarr:/config
|
|
||||||
|
|
||||||
gluetun:
|
|
||||||
image: qmcgaw/gluetun:latest
|
|
||||||
container_name: gluetun
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
environment:
|
|
||||||
- DNS_ADDRESS=127.0.0.11
|
|
||||||
- VPN_SERVICE_PROVIDER=custom
|
|
||||||
- VPN_TYPE=wireguard
|
|
||||||
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
|
|
||||||
- WIREGUARD_PUBLIC_KEY=${WIREGUARD_PUBLIC_KEY}
|
|
||||||
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESS}
|
|
||||||
- WIREGUARD_PRESHARED_KEY=${WIREGUARD_PRESHARED_KEY}
|
|
||||||
- WIREGUARD_ENDPOINT_IP=${WIREGUARD_ENDPOINT_IP}
|
|
||||||
- WIREGUARD_ENDPOINT_PORT=${WIREGUARD_ENDPOINT_PORT}
|
|
||||||
ports:
|
|
||||||
# - 8080:8080
|
|
||||||
- 8000:8000
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
media_network:
|
|
||||||
aliases:
|
|
||||||
- sabnzbd
|
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -90,8 +39,6 @@ services:
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
radarrkids:
|
radarrkids:
|
||||||
container_name: radarrkids
|
container_name: radarrkids
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -183,23 +130,6 @@ services:
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
|
|
||||||
sonarrtest:
|
|
||||||
container_name: sonarrtest
|
|
||||||
image: ghcr.io/hotio/sonarr:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
- CONFIG_DIR=/config/sonarrtest
|
|
||||||
networks:
|
|
||||||
- media_network
|
|
||||||
ports:
|
|
||||||
- 8992:8992
|
|
||||||
volumes:
|
|
||||||
- /app-config:/config
|
|
||||||
- /data:/data
|
|
||||||
- /usenet:/usenet
|
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
||||||
|
|
@ -311,15 +241,3 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
|
||||||
huntarr:
|
|
||||||
image: huntarr/huntarr:latest
|
|
||||||
container_name: huntarr
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "9705:9705"
|
|
||||||
volumes:
|
|
||||||
- /app-config/huntarr:/config
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
networks:
|
|
||||||
- media_network
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue