Sign inSign up

openinfinity/serviceplatform

By openinfinity

Updated over 10 years ago

Open Infinity Service Platform

Image
0

270

openinfinity/serviceplatform repository overview

Pull Image

docker pull openinfinity/serviceplatform

Run Example

Open Inifinity Service Platform requires running instance of MariaDB container ( openinfinity/serviceplatform-mariadb) before it can be started.

docker  run \
--link serviceplatform-mariadb \
-p 8080:8080 \
-e JVM_MEM=2048 \
-e BAS_MULTICAST_ADDRESS=224.2.4.79  \
-e BAS_TOMCAT_MONITOR_ROLE_PWD=toas \
-e SP_ACTIVITI_PASSWORD=toas \
-e SP_DB_ADDRESS=serviceplatform-mariadb:3306 \
-e SP_DB_ACTIVITI_PASSWORD=toas \
-e SP_DB_AMQ_PASSWORD=toas \
-e SP_OI_HTTPUSER_PWD=toas \
-e SP_OI_DBUSER_PASSWORD=toas \
-e SP_NODE_NAME=node1 \
-ti openinfinity/serviceplatform

** Note: value given in --link switch is the same that is given with --name switch when running openinfinity/serviceplatform-mariadb **

Tag summary

Content type

Image

Digest

Size

461.7 MB

Last updated

over 10 years ago

docker pull openinfinity/serviceplatform