From eecd188bbbe70820f598079718bcf788753f7bd3 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 23 Nov 2023 14:20:01 -0500 Subject: [PATCH] Just starting off a wiki on how to start your own home server with the containers I use. Soon to be updated. --- Home-Server-Implentation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Home-Server-Implentation.md diff --git a/Home-Server-Implentation.md b/Home-Server-Implentation.md new file mode 100644 index 0000000..2b9c099 --- /dev/null +++ b/Home-Server-Implentation.md @@ -0,0 +1,14 @@ +Welcome to the Wiki. + +To start off a brand new setup, you will first have to install docker, docker compose, then create a network called 'homelab'. +I haven't made a method to auto create the first network in compose and I don't believe there is a way being a bridged network. + +From there you should be able to start portainer with +'docker compose up -d' + +Then start each container in a different stack on portainer. I prefer this method as to not disrupt other services when needing to restart a container. + +All the configs in code should work like normal in portainer stack and docker compose. + +How you choose to move forward with them is up to you. +