This repository has been archived on 2025-10-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
selfhosted-templates/network
2023-07-11 20:35:32 -05:00
..
2023-07-10 21:50:50 -05:00
2023-07-11 20:35:32 -05:00
2023-07-11 20:35:32 -05:00

Network Docker Compose

This directory contains:

  • 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 file, just two services are started:

  • Wiregaurd - So I can VPN into my house if necessary
  • Pi-hole - Network-level adblock and custom DNS!

Setup

For details on how to turn this into a working production environment, see setup.org.

Maintenance

For more details on maintaining this environment, see maintenance.org.