diff --git a/network/README.org b/network/README.org new file mode 100644 index 0000000..ac0e112 --- /dev/null +++ b/network/README.org @@ -0,0 +1,17 @@ +#+title: Network Docker Compose +#+author: Emmet + +This directory contains: +- [[./docker-compose.yml][docker-compose.yml]] - This stores information about what containers are needed, how those containers are connected, and where data should be stored +- data - Once all of the docker containers referenced in the compose file are started, persistent storage is created here + +** Service Overview +Within the [[./docker-compose.yml][docker-compose file]], just two services are started: +- [[https://www.wireguard.com/][Wiregaurd]] - So I can VPN into my house if necessary +- [[https://pi-hole.net/][Pi-hole]] - Network-level adblock and custom DNS! + +** Setup +For details on how to turn this into a working production environment, see [[./setup.org][setup.org]]. + +** Maintenance +For more details on maintaining this environment, see [[./maintenance.org][maintenance.org]]. diff --git a/network/maintenance.org b/network/maintenance.org new file mode 100644 index 0000000..6001497 --- /dev/null +++ b/network/maintenance.org @@ -0,0 +1,2 @@ +#+title: Network Customization Maintenance +#+author: Emmet diff --git a/network/setup.org b/network/setup.org new file mode 100644 index 0000000..1126dd5 --- /dev/null +++ b/network/setup.org @@ -0,0 +1,2 @@ +#+title: Network Customization Setup +#+author: Emmet