ervu-secret/config/docker-compose.mo.yaml

12 lines
228 B
YAML
Raw Normal View History

2024-07-19 15:01:56 +03:00
version: "3"
services:
webbpm-app:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./standalone.xml:/opt/jboss/wildfly/standalone/configuration/standalone.xml
ports:
- 8080
2024-07-31 12:18:52 +03:00
- 9990