summaryrefslogtreecommitdiff
path: root/docker/birgitte/drools/docker-compose.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-03-13 22:59:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-03-13 22:59:02 +0100
commitdf500e4e591fdbd6f384d0b77137dd5916de6b68 (patch)
treecdee8fdc91fa875aea4684c0eabb6d52cd4a0d20 /docker/birgitte/drools/docker-compose.yaml
parent55ec1e3578973f0c07be9010ae46a435addbc46e (diff)
downloadinfra-df500e4e591fdbd6f384d0b77137dd5916de6b68.tar.gz
infra-df500e4e591fdbd6f384d0b77137dd5916de6b68.tar.bz2
infra-df500e4e591fdbd6f384d0b77137dd5916de6b68.tar.xz
infra-df500e4e591fdbd6f384d0b77137dd5916de6b68.zip
docker
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: