11 lines
228 B
YAML
11 lines
228 B
YAML
version: "3"
|
|
services:
|
|
webbpm-app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./standalone.xml:/opt/jboss/wildfly/standalone/configuration/standalone.xml
|
|
ports:
|
|
- 8080
|
|
- 9990
|