Add docker registry ui container
All checks were successful
Deploy / Deploy (push) Successful in 12s
All checks were successful
Deploy / Deploy (push) Successful in 12s
This commit is contained in:
22
compose.yml
22
compose.yml
@@ -20,6 +20,28 @@ services:
|
||||
volumes:
|
||||
- /mnt/docker_registry_2/data:/var/lib/registry:rw
|
||||
|
||||
registry_ui:
|
||||
container_name: docker_registry_ui
|
||||
image: joxit/docker-registry-ui:2.5.7
|
||||
restart: unless-stopped
|
||||
# user: 2014:2014 # docker_registry:docker_registry
|
||||
environment:
|
||||
- "SINGLE_REGISTRY=true"
|
||||
- "REGISTRY_TITLE=Local Docker Registry UI"
|
||||
- "DELETE_IMAGES=true"
|
||||
- "SHOW_CONTENT_DIGEST=true"
|
||||
- "NGINX_PROXY_PASS_URL=https://registry.leaf.home.kappeh.org"
|
||||
- "SHOW_CATALOG_NB_TAGS=true"
|
||||
- "CATALOG_MIN_BRANCHES=1"
|
||||
- "CATALOG_MAX_BRANCHES=1"
|
||||
- "TAGLIST_PAGE_SIZE=100"
|
||||
- "REGISTRY_SECURED=true"
|
||||
- "THEME=dark"
|
||||
networks:
|
||||
- docker_registry_network
|
||||
ports:
|
||||
- 5002:80
|
||||
|
||||
secrets:
|
||||
registry_auth_htpasswd:
|
||||
file: ./htpasswd
|
||||
|
||||
Reference in New Issue
Block a user