Skip Navigation
Jump
If you had to start your homelab from scratch...
  • At least 2 mini desktops with as much RAM and ssd that I can get I'm it. Running proxmox and truenas and then setting up my jellyfin, homeassistant, and the rest will be a playground. I am a simple man

    1
  • Jump
    Thought I’d share
  • I love thise mini desktops. I run 1 Hp Elitedesk mini and a Lenovo and that's it. Does everything I need in 2 devices.

    1
  • Need advice on docker compose

    I have been doing hosting for about a year or so and currently have HomeAssistant running from an external drive on a Pi 3 and then a Dell Optiplex 3040 with a 500gb interal HDD (soon to be SSD) and a 5TB external drive that has all the media on it. The OS is Ubuntu with docker. In Docker I currently have Jellyfin, Pi-hole and Portainer. So I feel I have some knowledge and I am very comfortable in linux since I use it as a daily driver on my laptop.

    I have another device where docker compose comes into play. I have an HP ProDesk 600 G2 mini that I have Promox installed on. I was finally able to figure getting lxc setup and I have docker compose installed. My question is, is it best practice to have everything in one .yaml file for compose or a folder for each docker app I want and then the .yaml fine in that folder. Right now I have pi-hole (it is not actually running) in a docker compose .yaml file and I want to install more using .yaml. Sorry for the wall of words to ask a question, but wanted to let you know what I am working with.

    0