latest
(Latest)docker pull elipsesoftware/epm-portal
This image contains the Elipse Plant Manager (EPM) Portal 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_SERVERPORT
- The port where the EPM Portal server will be listening on. (Default is 44331)
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_NODEENDPOINT
- The endpoint of the Elipse Plant Manager (EPM) Node server.
EPM_CORSALLOWEDORIGINS
- A list of URLs that are allowed to make cross origin requests.
Start an EPM Portal instance using the SA administrator user.
docker container run -e "EPM_AUTHENDPOINT=http://epmwebserver:44333" -e "EPM_WEBAPIENDPOINT=http://epmwebserver:44332" -e "EPM_NODEENDPOINT=http://epmnode:46000" -p 44331:44331 -d elipsesoftware/epm-portal
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 |