summaryrefslogtreecommitdiff
path: root/docker/birgitte/drools/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/birgitte/drools/docker-compose.yaml')
-rw-r--r--docker/birgitte/drools/docker-compose.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/birgitte/drools/docker-compose.yaml b/docker/birgitte/drools/docker-compose.yaml
new file mode 100644
index 0000000..1110444
--- /dev/null
+++ b/docker/birgitte/drools/docker-compose.yaml
@@ -0,0 +1,17 @@
+---
+version: "3"
+services:
+ business-central-workbench-showcase:
+ container_name: business-central-workbench-showcase
+ # docker run -p 7080:8080 -p 7001:8001 -d --name business-central-workbench jboss/business-central-workbench-showcase:latest
+
+ image: jboss/business-central-workbench-showcase:latest
+ ports:
+ - "7080:8080"
+ - "7001:8001"
+ volumes:
+# - .:/opt/jboss/wildfly/bin/.niogit:Z
+ - business-central-workbench-showcase-git:/opt/jboss/wildfly/bin/.niogit:Z
+
+volumes:
+ business-central-workbench-showcase-git: