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
...@@ -535,10 +535,7 @@ services: ...@@ -535,10 +535,7 @@ services:
restart: "no" restart: "no"
container_name: dbrepo-dashboard-ui container_name: dbrepo-dashboard-ui
hostname: dashboard-ui hostname: dashboard-ui
image: dbrepo-dashboard-ui:latest image: registry.datalab.tuwien.ac.at/dbrepo/dashboard-ui:1.8.0
build:
context: ./dbrepo-dashboard-ui
network: host
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
......
File added
File added
File added
...@@ -30,7 +30,7 @@ data: ...@@ -30,7 +30,7 @@ data:
autoindex_localtime on; autoindex_localtime on;
} }
location /dashboard/ { location /dashboard {
rewrite ^/dashboard/(.*) /$1 break; rewrite ^/dashboard/(.*) /$1 break;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; 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