Migrate https://phabricator.release11.com/diffusion/CZOPW/czopw.git to release11-tools-web
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user