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

@ -8,8 +8,9 @@ services:
- registry-ui-net
ui:
image: joxit/docker-registry-ui:static
image: joxit/docker-registry-ui:latest
environment:
- SINGLE_REGISTRY=true
- REGISTRY_TITLE=My Private Docker Registry
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf

View file

@ -6,6 +6,9 @@ server {
ssl_certificate_key /etc/nginx/certs/privkey.pem;
root /usr/share/nginx/html;
# disable any limits to avoid HTTP 413 for large image uploads
client_max_body_size 0;
location /v2 {
# Do not allow connections from docker 1.5 and earlier
# docker pre-1.6.0 did not properly set the user agent on ping, catch "Go *" user agents