feat(dev): add joxit registry-ui container + registry-ui.ginnoir.com Caddy block
This commit is contained in:
@@ -96,6 +96,18 @@ services:
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
registry-ui:
|
||||
container_name: registry_ui
|
||||
image: joxit/docker-registry-ui:latest
|
||||
restart: unless-stopped
|
||||
networks: [dev, edge]
|
||||
environment:
|
||||
- SINGLE_REGISTRY=true
|
||||
- REGISTRY_TITLE=Valhalla Registry
|
||||
- NGINX_PROXY_PASS_URL=http://registry:5000
|
||||
- SHOW_CONTENT_DIGEST=true
|
||||
- DELETE_IMAGES=true
|
||||
|
||||
# ============================================================ DBX
|
||||
dbx:
|
||||
container_name: dbx
|
||||
|
||||
Reference in New Issue
Block a user