[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
289e3541ac
commit
804b020d2e
1 changed files with 4 additions and 22 deletions
26
compose.yaml
26
compose.yaml
|
|
@ -4,27 +4,6 @@ networks:
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
gluetun:
|
|
||||||
image: qmcgaw/gluetun:latest
|
|
||||||
container_name: gluetun
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
environment:
|
|
||||||
- OPENVPN_TUN-MTU=1250
|
|
||||||
- OPENVPN_MSSFIX=1250
|
|
||||||
- VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER}
|
|
||||||
- OPENVPN_USER=${OPENVPN_USER}
|
|
||||||
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
|
|
||||||
- SERVER_COUNTRIES=${SERVER_COUNTRIES}
|
|
||||||
ports:
|
|
||||||
- 8080:8080 # Für sabnzbd
|
|
||||||
- 8000:8000
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
media_network:
|
|
||||||
aliases:
|
|
||||||
- sabnzbd
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -191,7 +170,10 @@ services:
|
||||||
- /app-config/sabnzbd:/config
|
- /app-config/sabnzbd:/config
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: "service:gluetun"
|
ports:
|
||||||
|
- "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