Added libXML backend container to docker-compose.yml
This commit is contained in:
@@ -19,6 +19,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
|
|
||||||
|
xmltools-libxml-backend:
|
||||||
|
build: ./Backend-libXML
|
||||||
|
container_name: xmltools-libxml-backend
|
||||||
|
image: xmltools-libxml-backend
|
||||||
|
ports:
|
||||||
|
- 8082:80
|
||||||
|
|
||||||
xmltools-mocked-services:
|
xmltools-mocked-services:
|
||||||
build:
|
build:
|
||||||
context: ./Backend/mocked-services
|
context: ./Backend/mocked-services
|
||||||
|
|||||||
Reference in New Issue
Block a user