Archive: Apr 21, 2024, 12:00 AM
On this blog I will (sometimes) publish some articles, mostly about tech stuff.
A list of my published blogs
Setup your own GitLab CI runner in minutes with Docker Compose
For my own projects I've always just used GitLab shared runners within their free tier. This worked out fine.
But sometimes, I ran out of CI minutes.
And I just didn't want to spend 10 dollars on CI minutes, it's just more fun setting up my own runners on my own hardware for side projects! So let's use that server that is is almost doing nothing the whole day besides running some home automation stuff).
And I was surprised; I've had my first runner working in about 5 minutes!
Read more about 'Setup your own GitLab CI runner in minutes with Docker Compose'...