feat(dev): add joxit registry-ui container + registry-ui.ginnoir.com Caddy block

This commit is contained in:
ginnoir
2026-06-04 20:29:32 -05:00
parent 49fefd57f4
commit 1cb0af1b0d
3 changed files with 18 additions and 0 deletions
+12
View File
@@ -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