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