Local Self-Hosted Runner using Docker Compose
The main goal of this post is to create a local docker compose stack, comprising of single container/service, i.e., GitHub self-hosted runner. Some extra effort is involved in preparing the …
The main goal of this post is to create a local docker compose stack, comprising of single container/service, i.e., GitHub self-hosted runner. Some extra effort is involved in preparing the …
In this post, we build on the work covered in previous post Local Self-Hosted Runners using Docker Compose, by adding a local docker registry to the stack; this will allow …
This post describes the procedure for adding a self-hosted Maven registry to our evolving Docker Compose stack. Reposilite will be used as the Maven host. Configure Authentication for Reposilite Host …