#36 for Wireguard

This commit is contained in:
Joey Hafner 2022-11-01 00:35:57 -07:00
parent 2d670a59e0
commit d0dd8fc621
4 changed files with 7 additions and 13 deletions

View File

@ -13,10 +13,8 @@ services:
loki-timeout: "2s"
keep-file: "true"
env_file:
- ./project.env
#- ../../../homelab.env
#- ../../host.env
- wireguard.env
- wireguard_secrets.env
ports:
- 53820:51820/udp
networks:

View File

@ -1,8 +0,0 @@
# 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

View File

@ -1,4 +1,7 @@
# Volumes
DOCKER_DATA=/home/joey/data/wireguard
# Env
WG_HOST=vpn.jafner.net
WG_PORT=53820
WG_DEFAULT_DNS=192.168.1.1
WG_DEFAULT_DNS=192.168.1.1

View File

@ -0,0 +1 @@
PASSWORD=7IoEvL8y4eDWBDeLPwUR322Q2A6TNWGH