A guide on how to configure a Docker Registry with Coolify.
Docker Registry
fields in your service General
configurations.
If the image is empty, Coolify won’t push your built image.
If the tag is empty, Coolify only push your built image with the git commit sha tag.
Login to your server
Authenticate to Docker Registry
docker login
command.You will be prompted to enter your Docker registry username and password/token - this can be varied depending on the Docker registry you are using.
Storages
menu, and in the /auth/registry.password
file, simply add the generated user / password. One line per user.