build: release 2.0.0 🚀

This commit is contained in:
Joxit 2021-04-28 23:54:03 +02:00
parent c66887fac7
commit 1c88ad57f8
No known key found for this signature in database
GPG key ID: F526592B8E012263
24 changed files with 52 additions and 158 deletions

View file

@ -12,14 +12,15 @@ services:
container_name: registry-srv
registry-ui:
image: joxit/docker-registry-ui:static
image: joxit/docker-registry-ui:latest
restart: always
ports:
- 8080:80
environment:
- REGISTRY_TITLE=Private Docker Registry
- REGISTRY_URL=http://registry-srv:5000
- NGINX_PROXY_PASS_URL=http://registry-srv:5000
- DELETE_IMAGES=true
- SINGLE_REGISTRY=true
networks:
- registry-ui-net
container_name: registry-ui