updated documentation
This commit is contained in:
12
VPN/wireguard-vpn/docker-compose.yml
Normal file
12
VPN/wireguard-vpn/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
whoami:
|
||||
network_mode: "host"
|
||||
image: traefik/whoami
|
||||
command:
|
||||
- --port=2001
|
||||
traefik:
|
||||
network_mode: "host"
|
||||
image: "traefik:1.7.10"
|
||||
volumes:
|
||||
- /home/pi/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml
|
||||
5
VPN/wireguard-vpn/readme.md
Normal file
5
VPN/wireguard-vpn/readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# WireGuard VPN
|
||||
|
||||
## Intro
|
||||
|
||||
This VPN is meant to connect the VPS with the home network. This folder also contains a docker-compose with a traefik setup. This traefik setup connects the home network with the VPS.
|
||||
Reference in New Issue
Block a user