Comment on Homelab Documentation
hellmo_luciferrari@lemmy.zip 1 week agoI am taking a similar philosophical approach.
I’m lazy too, so I am working on havinf most docker documentation automated…
If I have to do it more than once, automated.
Comment on Homelab Documentation
hellmo_luciferrari@lemmy.zip 1 week agoI am taking a similar philosophical approach.
I’m lazy too, so I am working on havinf most docker documentation automated…
If I have to do it more than once, automated.
curbstickle@anarchist.nexus 1 week ago
For 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