From 0b0516b3664ca5c4b47e1b7faba339c20d6411e6 Mon Sep 17 00:00:00 2001 From: Pavel Zilke Date: Fri, 19 Jul 2024 15:01:56 +0300 Subject: [PATCH] DEVOPS-1765 --- config/docker-compose.mo.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/docker-compose.mo.yaml diff --git a/config/docker-compose.mo.yaml b/config/docker-compose.mo.yaml new file mode 100644 index 0000000..6c94fb0 --- /dev/null +++ b/config/docker-compose.mo.yaml @@ -0,0 +1,10 @@ +version: "3" +services: + webbpm-app: + build: + context: . + dockerfile: Dockerfile + volumes: + - ./standalone.xml:/opt/jboss/wildfly/standalone/configuration/standalone.xml + ports: + - 8080