diff --git a/containers/docker-compose.yml b/containers/docker-compose.yml index b2d8968..dc382f0 100644 --- a/containers/docker-compose.yml +++ b/containers/docker-compose.yml @@ -136,4 +136,34 @@ services: - RVASP_ASYNC_NOT_BEFORE - RVASP_ASYNC_NOT_AFTER volumes: - - ../fixtures/certs/charlie:/certs \ No newline at end of file + - ../fixtures/certs/charlie:/certs + + vaspdirectory: + build: + context: ../ + dockerfile: ./containers/placeholder/trisads/Dockerfile + image: trisa/placeholder:trisads + ports: + - 8080:80 + profiles: + - placeholder + + vaspbot: + build: + context: ../ + dockerfile: ./containers/placeholder/vaspbot/Dockerfile + image: trisa/placeholder:vaspbot + ports: + - 8081:80 + profiles: + - placeholder + + trisatest: + build: + context: ../ + dockerfile: ./containers/placeholder/landing/Dockerfile + image: trisa/placeholder:landing + ports: + - 8082:80 + profiles: + - placeholder \ No newline at end of file diff --git a/web/placeholder/docker-compose.yml b/web/placeholder/docker-compose.yml deleted file mode 100644 index a77fc04..0000000 --- a/web/placeholder/docker-compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: '2' -services: - vaspdirectory: - build: ./trisads - image: trisa/placeholder:trisads - ports: - - 8080:80 - vaspbot: - build: ./vaspbot - image: trisa/placeholder:vaspbot - ports: - - 8081:80 - trisatest: - build: ./landing - image: trisa/placeholder:landing - ports: - - 8082:80 diff --git a/web/placeholder/vaspbot/index.html b/web/placeholder/vaspbot/index.html index 4a7831c..512adda 100644 --- a/web/placeholder/vaspbot/index.html +++ b/web/placeholder/vaspbot/index.html @@ -3,8 +3,8 @@ - TRISA Directory Service - + TRISA rVASP Demo + @@ -75,21 +75,35 @@ li { list-style: none; display: inline-block; height: 35px; width: 35px; line-height: 35px; border-radius: 40px; font-size: 1.54em; margin: 0 5px;} + + p.desc a:visited, p.desc a { + color: #FFF; + } + + p.desc a:hover{ + color: #FA5F02; + }
-

rVASP Coming Soon

+

rVASP Demo Returning Soon

- The VASP Bot is under development and and active testing. It will be available for TRISA integration support and services soon. -

- - + The TRISA demo site is under re-development following the changes to the protocol in the v9 whitepaper. +

+

+ The Alice & Bob rVASP servers are still up and running, for more information on how to interact with them using the CLI, please see the TRISA documentation. +

+ +