Make sure you have configured Traefik
Create your user file
htpasswd -B -C 14 -c auth/htpasswd *your-username*
In folder:
Make .env
file on the same model as .env.exemple
docker compose up -d
or
REGISTRY_URL=registry.yourdomain.tld docker compose up -d
Now your can use your docker registry like this
docker login registry.yourdomain.tld
docker push registry.yourdomain.tld/my_image:my_version
docker pull registry.yourdomain.tld/my_image:my_version