[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
5648f84f22
commit
03c40c58f5
1 changed files with 4 additions and 9 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue