updated documentation

This commit is contained in:
2022-10-19 22:20:41 +02:00
parent a4e49535a8
commit cf2a368ddd
8 changed files with 136 additions and 18 deletions

View 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

View 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.