Skip to content
Snippets Groups Projects
Verified Commit aafe8c0f authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'master' into dev

parents 965ff001 fc96c675
No related branches found
No related tags found
1 merge request!400Need assets path
This commit is part of merge request !400. Comments created here will be created in the context of that merge request.
......@@ -535,10 +535,7 @@ services:
restart: "no"
container_name: dbrepo-dashboard-ui
hostname: dashboard-ui
image: dbrepo-dashboard-ui:latest
build:
context: ./dbrepo-dashboard-ui
network: host
image: registry.datalab.tuwien.ac.at/dbrepo/dashboard-ui:1.8.0
ports:
- "3000:3000"
volumes:
......
File added
File added
File added
......@@ -30,7 +30,7 @@ data:
autoindex_localtime on;
}
location /dashboard/ {
location /dashboard {
rewrite ^/dashboard/(.*) /$1 break;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment