Commit 7e5fca1 1 parent 619627e commit 7e5fca1 Copy full SHA for 7e5fca1
File tree 3 files changed +8
-2
lines changed
examples/token-auth-keycloak
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
data /registry /
2
+ data /keycloak /
Original file line number Diff line number Diff line change @@ -34,9 +34,13 @@ server {
34
34
proxy_pass http://keycloak:8080;
35
35
}
36
36
37
+ location /ui {
38
+ proxy_pass http://ui/;
39
+ }
40
+
37
41
location / {
38
- root /usr/share/nginx/html;
39
- index index.html index.htm;
42
+ root /usr/share/nginx/html;
43
+ index index.html index.htm;
40
44
}
41
45
42
46
#error_page 404 /404.html;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services:
25
25
image : joxit/docker-registry-ui:static
26
26
environment :
27
27
REGISTRY_TITLE : My Private Docker Registry
28
+ URL : http://localhost
28
29
networks :
29
30
- registry-ui-net
30
31
You can’t perform that action at this time.
0 commit comments