

It’s the type of crowd that self hosting brings. We’re very much more Lemmings than Redditors by trade, so it does make sense the community here is better.
That, and fuck reddit.
It’s the type of crowd that self hosting brings. We’re very much more Lemmings than Redditors by trade, so it does make sense the community here is better.
That, and fuck reddit.
A stout. Strong and sweet.
If anybody uses this in prod from a git repo, might want to place your database creds in an .env file adjacent to your compose file then gitignore the .env.
Referenced like so:
.env contents
MYSQL_ROOT_PASSWORD=MyExamplePassword
MYSQL_ROOT_USER=MyExampleUser
docker-compose.yml contents:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_ROOT_USER: ${MYSQL_ROOT_USER}
Don’t commit secrets to git!
Damn mobile formatting.
So coming up, my family ate a ton of Mexican /TexMex. I being underage at the time, always got soft drinks, sweet tea (one of the good things to come from the south…), or water. Dad always got a beer, specifically Dos Equis amber.
My very first restaurant I went to as a newly 21 year old was a local TexMex spot with my now wife - ordered the burrito I’d ordered 100 other times but ordered a Dos Equis with it.
It changed my perception of the food entirely, and now it’s upsetting to me if I don’t get specifically a Dos Equis with my Mexican food - it just isn’t the same. Now wife has the same feelings and we argue over who is DD when we go out for Mexican.
Modelo is really bad with anything though, sorry gang.
Quickly read through the writeup, excellent work. I’ve been meaning to do something similar to this but haven’t been able to properly commit the time to do the research required to make it all play nice.
I’ll be doing this sometime soon 👍