Comment on Homelab Documentation
curbstickle@anarchist.nexus 1 week agoFor docker, use compose, and map it all to one spot with subdirectories, and also map the config for the service to a spot on your disk/nas.
I put them in one spot on my NAS under services, so it looks like:
/services/service_name/docker-compose.yml /services/service_name/config/
Easy peasy lemon squeezy.
hellmo_luciferrari@lemmy.zip 1 week ago
I have it setup similarly currently /root_compose_dir/stack_name/compose.yml
But I’m taking a step further, ans using labels to generate README files. And will automate putting it into my bookstack