This commit is contained in:
Bartosz Kuzma
2023-01-11 08:25:15 +01:00
commit 2e0c84ed60
54 changed files with 9875 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3"
services:
xmltools-frontend:
build: ./Homepage
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