Docker Compose reads .env files by default
It is easy to miss that docker compose reads and honors environment variables set in aa file named .env without the user taking action.
TIL (Today I Learned) items from Frank's personal blog
It is easy to miss that docker compose reads and honors environment variables set in aa file named .env without the user taking action.
I ran into a surprising error with some tests failures locally in Orbstack
Found a couple of file watching utilities I didn't know about previously
Github has a not so helpful error message when Actions aren't allowed to make PRs
I've always avoided overriding compose.yaml files locally until I found the `COMPOSE_FILE` environment variable.
Did you know you can add nice colored boxes to your Github READMEs?
Turns out you can use the tag in Github READMEs