Added libXML backend container to docker-compose.yml

This commit is contained in:
2023-02-08 14:01:19 +01:00
parent 9384011377
commit 0c5a83d3b6

View File

@@ -19,6 +19,13 @@ services:
ports:
- 8081:8081
xmltools-libxml-backend:
build: ./Backend-libXML
container_name: xmltools-libxml-backend
image: xmltools-libxml-backend
ports:
- 8082:80
xmltools-mocked-services:
build:
context: ./Backend/mocked-services