[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-05-16 07:20:43 +00:00
parent 5648f84f22
commit 03c40c58f5

View file

@ -11,15 +11,10 @@ services:
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
environment: environment:
- DNS_ADDRESS=198.18.0.1 - VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER}
- VPN_SERVICE_PROVIDER=custom - OPENVPN_USER=${OPENVPN_USER}
- VPN_TYPE=wireguard - OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY} - SERVER_COUNTRIES=${SERVER_COUNTRIES}
- 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: ports:
- 8080:8080 # Für sabnzbd - 8080:8080 # Für sabnzbd
restart: unless-stopped restart: unless-stopped