commit eecd188bbbe70820f598079718bcf788753f7bd3 Author: Aaron Date: Thu Nov 23 14:20:01 2023 -0500 Just starting off a wiki on how to start your own home server with the containers I use. Soon to be updated. 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. +