latest
(Latest)docker pull elipsesoftware/epmprocessor-pyengine
This image contains the Elipse Plant Manager (EPMPROCESSOR) Python Engine module.
- At least 4 GB of RAM
- 400MB of disk space
You can use environment variables to configure EPM Web Server on Linux Containers.
EPM_AUTHENDPOINT
- The endpoint of the Elipse Plant Manager (EPM) Web Server authentication module.
EPM_WEBAPIENDPOINT
- The endpoint of the Elipse Plant Manager (EPM) Web Server REST API module.
EPM_EPMPROCESSORENGINEENDPOINT
- The endpoint of the EPM Processor Engine Service REST API module.
EPM_MONGODBENDPOINT
- The endpoint of the Processor Database MongoDB Service module.
EPM_EPMUSER
- The username that will be used to connect to the EPM Server. This user MUST be part of the AdminGroup.
EPM_EPMPWDPLAIN
- The password of the EPM user.
EPM_MONGOADMPASSWORDPLAIN
- The password of the admin user from Processor Database MongoDB Service.
Start an EPMProcessor Python Engine instance.
docker container run -e "EPM_AUTHENDPOINT=http://epmwebserver:44333" -e "EPM_WEBAPIENDPOINT=http://epmwebserver:44332" -e "EPM_EPMPROCESSORENGINEENDPOINT=http://epmprocessorpyengine:44336" -e "EPM_MONGODBENDPOINT=mongodb://epmprocessordatabase:44337" -e "EPM_EPMUSER=user" -e "EPM_EPMPWDPLAIN=xxxx" "EPM_MONGOADMPASSWORDPLAIN=xxxx" -p 44336:44336 -d elipsesoftware/epmprocessor-pyengine
The EPM Docker samples show more ways to configure and use EPM and Docker together.
EPM:
Tags | OS Version |
---|---|
4.16-alpine3.15, 4.16, latest | Alpine 3.15 |
4.17-alpine3.17, 4.17, latest | Alpine 3.17 |