Skip to content
Snippets Groups Projects
Commit 59701733 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

add VILLAS documentation to demo setup

parent 1302f3e5
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ services: ...@@ -43,6 +43,7 @@ services:
- backend - backend
- frontend - frontend
- relay - relay
- doc
restart: always restart: always
# The MongoDB database for the VILLASweb backend # The MongoDB database for the VILLASweb backend
...@@ -112,3 +113,10 @@ services: ...@@ -112,3 +113,10 @@ services:
depends_on: depends_on:
- broker - broker
restart: always restart: always
# VILLAS Documentation
doc:
build:
context: doc
image: registry.git.rwth-aachen.de/acs/public/villas/demo/documentation
restart: always
...@@ -59,6 +59,10 @@ server { ...@@ -59,6 +59,10 @@ server {
proxy_pass http://backend:4000/public; proxy_pass http://backend:4000/public;
} }
location /doc {
proxy_pass http://doc/doc;
}
location /ws/api { location /ws/api {
proxy_pass http://node/api; proxy_pass http://node/api;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment