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