No description
Find a file
Marc Cataford 019188cd37
All checks were successful
/ test (push) Successful in 38s
feat: allow specifying image version when starting
2024-04-09 00:16:05 -04:00
.forgejo/workflows feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
build.sh feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
Dockerfile feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00
README.md feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
service.json feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00
start.sh feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
stop.sh feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00

Registry

Private container registry to organize self-hosted services.

Usage

To start or restart the container:

IMAGE_VERSION=<image tag> ./start.sh

Setting up service credentials

The container-registry_auth volume is pre-seeded with an empty htpasswd file that will hold the credentials for registry users.

See man htpasswd for reference.