This is the ProcessMaker 3.3.10 Docker Image Available at Docker Hub
docker-compose up -d
To avoid problem with 'blind' request to 'http://_/api/1.0/workflow/' when editing proces via designer you have to set value for 'server_hostname_requests_frontend' with your domain name.
- Get processmaker container name
docker ps
- Enter into pm container
docker exec -ti <pm_name> bash
- Install mc
yum install mc
- Open System.php file
mcedit /opt/processmaker/workflow/engine/src/ProcessMaker/Core/System.php
- Set value for 'server_hostname_requests_frontend' to the domain name via which PM is available ie. 'mydomain.com'
This image is based on enterprise edition, it's not battle tested, created by the newcomer.