1
Home Server Implentation
Aaron edited this page 2023-11-23 14:20:01 -05:00
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.