This repository contains all information and config files about my selfhosted homelab.
task newThis little command will launch a Copier Template and deploy a new service folder inside dedicated service folders.
Each service deployed with the service template comes with a set of commands to handle the service throught docker compose plugin.
# Start container
task up
# Stop container
task down
# Update container
task update