#36 for Wireguard
This commit is contained in:
parent
2d670a59e0
commit
d0dd8fc621
@ -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:
|
||||
|
@ -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
|
@ -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
|
1
server/config/wireguard/wireguard_secrets.env
Normal file
1
server/config/wireguard/wireguard_secrets.env
Normal file
@ -0,0 +1 @@
|
||||
PASSWORD=7IoEvL8y4eDWBDeLPwUR322Q2A6TNWGH
|
Loading…
Reference in New Issue
Block a user