Started network dir documentation

This commit is contained in:
Emmet
2023-07-11 20:35:32 -05:00
parent 8259713091
commit d0276077ac
3 changed files with 21 additions and 0 deletions

17
network/README.org Normal file
View File

@@ -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]].

2
network/maintenance.org Normal file
View File

@@ -0,0 +1,2 @@
#+title: Network Customization Maintenance
#+author: Emmet

2
network/setup.org Normal file
View File

@@ -0,0 +1,2 @@
#+title: Network Customization Setup
#+author: Emmet