Initial commit

This commit is contained in:
Wojciech Czop
2021-04-26 16:16:04 +02:00
commit 3e7daea3ac
57 changed files with 8173 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3"
services:
xmltools-frontend:
build: ./Frontend
container_name: xmltools-frontend
image: xmltools-frontend
ports:
- 8086:80
xmltools-backend:
build: ./REST_XSLT
container_name: xmltools-backend
image: xmltools-backend
ports:
- 8081:8081