Changed project structure, created docker-compose.yml for run all applications in one command. (#2)

Co-authored-by: Artur Kołecki <koleckiartur@icloud.com>
Reviewed-on: R11/release11-tools-web#2
This commit is contained in:
2023-01-13 17:08:09 +01:00
parent 7f768d21fd
commit 9d7a62c37c
70 changed files with 3915 additions and 267 deletions

View File

@@ -16,14 +16,14 @@
<div id="content">
<div id="toolList">
<ul id="toolList">
<li id="toolListRow"><a href="http://gordon.zipper.release11.com:8097/" target="iframe">REST Mock</a></li>
<li id="toolListRow"><a href="http://localhost:8097/" target="iframe">REST Mock</a></li>
<li id="toolListRow"><a href="./Frontend/xpath.html" target="iframe">XPath</a></li>
<li id="toolListRow"><a href="./Frontend/xslt.html" target="iframe">XSLT</a></li>
<li id="toolListRow"><a href="./Frontend/xsd.html" target="iframe">XSD</a></li>
</ul>
<div id="copyright">Copyright © 2021<br><a href="http://release11.com/">release11 Sp. z o. o.</a></div>
</div>
<iframe id="frame" name="iframe" src="http://gordon.zipper.release11.com:8097/" frameborder="0"></iframe>
<iframe id="frame" name="iframe" src="http://localhost:8097/" frameborder="0"></iframe>
</div>
</body>