ervu-secret/config/docker-compose.mo.yaml
2024-07-31 12:18:52 +03:00

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