docs(token-auth-keycloak): add missing ui in proxy configuration

This commit is contained in:
Joxit 2021-01-26 00:32:34 +01:00
parent 026cf8ccdc
commit 2c9f006b8c
No known key found for this signature in database
GPG key ID: F526592B8E012263
3 changed files with 8 additions and 2 deletions

View file

@ -1 +1,2 @@
data/registry/
data/keycloak/

View file

@ -34,6 +34,10 @@ server {
proxy_pass http://keycloak:8080;
}
location /ui {
proxy_pass http://ui/;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;

View file

@ -25,6 +25,7 @@ services:
image: joxit/docker-registry-ui:static
environment:
REGISTRY_TITLE: My Private Docker Registry
URL: http://localhost
networks:
- registry-ui-net