[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:
|
||||
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:
|
||||
container_name: radarr
|
||||
environment:
|
||||
|
|
@ -170,10 +193,8 @@ services:
|
|||
- /app-config/sabnzbd:/config
|
||||
- /usenet:/usenet
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
networks:
|
||||
- media_network
|
||||
network_mode: "service:gluetun"
|
||||
|
||||
|
||||
lidarr:
|
||||
image: ghcr.io/hotio/lidarr:pr-plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue