mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 00:19:54 +03:00
docs(token-auth-keycloak): add missing ui in proxy configuration
This commit is contained in:
parent
026cf8ccdc
commit
2c9f006b8c
3 changed files with 8 additions and 2 deletions
1
examples/token-auth-keycloak/.gitignore
vendored
1
examples/token-auth-keycloak/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
data/registry/
|
data/registry/
|
||||||
|
data/keycloak/
|
||||||
|
|
|
@ -34,6 +34,10 @@ server {
|
||||||
proxy_pass http://keycloak:8080;
|
proxy_pass http://keycloak:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /ui {
|
||||||
|
proxy_pass http://ui/;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
|
|
@ -25,6 +25,7 @@ services:
|
||||||
image: joxit/docker-registry-ui:static
|
image: joxit/docker-registry-ui:static
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_TITLE: My Private Docker Registry
|
REGISTRY_TITLE: My Private Docker Registry
|
||||||
|
URL: http://localhost
|
||||||
networks:
|
networks:
|
||||||
- registry-ui-net
|
- registry-ui-net
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue