Skip to content

Commit bfe81ea

Browse files
Workbench and Kie Server showcase compose example
1 parent 3419c57 commit bfe81ea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '2'
2+
3+
services:
4+
business-central:
5+
image: jboss/jbpm-workbench-showcase
6+
ports:
7+
- 8080:8080
8+
- 8001:8001
9+
kie-server:
10+
image: jboss/kie-server-showcase
11+
environment:
12+
KIE_SERVER_LOCATION: http://kie-server:8080/kie-server/services/rest/server
13+
KIE_SERVER_CONTROLLER: http://business-central:8080/jbpm-console/rest/controller
14+
KIE_MAVEN_REPO: http://business-central:8080/jbpm-console/maven2
15+
ports:
16+
- 8180:8080
17+
depends_on:
18+
- business-central

0 commit comments

Comments
 (0)