feat(dev): add joxit registry-ui container + registry-ui.ginnoir.com Caddy block
This commit is contained in:
@@ -233,6 +233,11 @@ registry.ginnoir.com {
|
||||
reverse_proxy registry:5000
|
||||
}
|
||||
|
||||
registry-ui.ginnoir.com {
|
||||
import internal_only
|
||||
reverse_proxy registry_ui:80
|
||||
}
|
||||
|
||||
dbx.ginnoir.com {
|
||||
import internal_only
|
||||
reverse_proxy dbx:4224
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
<DT><A HREF="https://gitea.ginnoir.com">gitea</A>
|
||||
<DT><A HREF="https://code.ginnoir.com">code</A>
|
||||
<DT><A HREF="https://registry.ginnoir.com">registry</A>
|
||||
<DT><A HREF="https://registry-ui.ginnoir.com">registry-ui</A>
|
||||
<DT><A HREF="https://dbx.ginnoir.com">dbx</A>
|
||||
<DT><A HREF="https://vault.ginnoir.com">vault</A>
|
||||
<DT><A HREF="https://docs.ginnoir.com">docs</A>
|
||||
|
||||
@@ -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