[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
883d716a28
commit
a007a4e26c
1 changed files with 8 additions and 4 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -12,10 +12,14 @@ services:
|
|||
- NET_ADMIN
|
||||
environment:
|
||||
- DNS_ADDRESS=91.148.225.50
|
||||
- VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER}
|
||||
- OPENVPN_USER=${OPENVPN_USER}
|
||||
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
|
||||
- SERVER_COUNTRIES=${SERVER_COUNTRIES}
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue