[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
804b020d2e
commit
b2aa7063dc
1 changed files with 25 additions and 4 deletions
29
compose.yaml
29
compose.yaml
|
|
@ -4,6 +4,29 @@ networks:
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
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 # Für sabnzbd
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
media_network:
|
||||||
|
aliases:
|
||||||
|
- sabnzbd
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -170,10 +193,8 @@ services:
|
||||||
- /app-config/sabnzbd:/config
|
- /app-config/sabnzbd:/config
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
network_mode: "service:gluetun"
|
||||||
- "8080:8080"
|
|
||||||
networks:
|
|
||||||
- media_network
|
|
||||||
|
|
||||||
lidarr:
|
lidarr:
|
||||||
image: ghcr.io/hotio/lidarr:pr-plugins
|
image: ghcr.io/hotio/lidarr:pr-plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue