#36 Init and implement project.env for wireguard
This commit is contained in:
parent
f152d23a79
commit
33b63a05d4
@ -13,7 +13,9 @@ services:
|
||||
loki-timeout: "2s"
|
||||
keep-file: "true"
|
||||
env_file:
|
||||
- .env
|
||||
- ../../../homelab.env
|
||||
- ../../host.env
|
||||
- ./project.env
|
||||
ports:
|
||||
- 53820:51820/udp
|
||||
networks:
|
||||
|
8
server/config/wireguard/project.env
Normal file
8
server/config/wireguard/project.env
Normal file
@ -0,0 +1,8 @@
|
||||
# Independent prject variables
|
||||
PASSWORD=7IoEvL8y4eDWBDeLPwUR322Q2A6TNWGH
|
||||
WG_HOST=vpn.jafner.net
|
||||
WG_PORT=53820
|
||||
WG_DEFAULT_DNS=192.168.1.1
|
||||
|
||||
# Inherit and modify
|
||||
DOCKER_DATA=$DOCKER_DATA/wireguard
|
Loading…
Reference in New Issue
Block a user