personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

Launching middleware required in testing with docker #128

Closed yoh1496 closed 3 years ago

yoh1496 commented 3 years ago

There are middleware needed to run test of personium-engine

I write docker-compose to launch them excepting Tomcat. ( You need launch Tomcat locally and deploy personium-core there )

How about this?