Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

`© Colin Yates $2026`
Home References Tags Source RSS My CV

[ci] posts

Auto reload Caddyfile in Caddy docker compose

NOTE: I will be investigating using docker labels with this soon... Caddy supports --watching and automatically reloading the Caddyfile but unfortunately, this isn't enabled in various docker images. This means you nee ...
2025-12-06
#caddy #ci #tip

Git tagging your builds automatically

I need to write a much longer post to explain my thoughts on 'versioning' and what constitutes a release with today's trends of continuous integration, but for now, a simple tip. I wanted a way to distinguish each build, not each release but each build. There is one excellent source of truth for that which is your git repository. Wouldn't i ...
2016-09-28
#ci #circleci #clojure #dev #lein #tip