DEVOPS-1765
This commit is contained in:
parent
ae0fd8353d
commit
0b0516b366
1 changed files with 10 additions and 0 deletions
10
config/docker-compose.mo.yaml
Normal file
10
config/docker-compose.mo.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue