A brief description of what this project does and who it's for:
I got sick of blowing away my stuff and having to build everything from scratch everytime. Most of this stuff is inspired by a need or, by borrowing ideas from other people for my own needs. I think it's totally cool if it helps you out, but it's just for myself, more or less.
Check the following files for the the variables that you might have to change. WARNING - THERE BE DRAGONS!
To deploy any compose stack, cd into the stack you want to create, make sure you update any variables (dont worry... they're pretty obvious if they are any), then run
docker compose up -d # Stands up the stack and creates the resources for them if they don't exsist (assuming all permissions are corect)
docker compose down # Tears down the stack and the resources it creates from the folder it's stood up from
I have to thank the work I do (DevOps) and my quests for knowledge and self-improvment as well a touch of Parkinson's Law
This magnificant README was generated with ❤️ from Awesome Readme Template Generator