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:
- backend
- frontend
- relay
- doc
restart: always
# The MongoDB database for the VILLASweb backend
......@@ -112,3 +113,10 @@ services:
depends_on:
- broker
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 {
proxy_pass http://backend:4000/public;
}
location /doc {
proxy_pass http://doc/doc;
}
location /ws/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