#36 Init and implement project.env for wireguard

This commit is contained in:
Joey Hafner 2022-08-09 15:14:52 -07:00
parent f152d23a79
commit 33b63a05d4
2 changed files with 11 additions and 1 deletions

View File

@ -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:

View 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