DecisionRules Server
Container types
How to start the Decision Rules server
Method 1: Pulling and running the Docker container in the terminal
//pull container
docker pull decisionrules/server
//run container alone
docker run -d -p 8080:8080 -p 8081:8081
-e WORKERS_NUMBER=1
-e REDIS_URL=YOUR_REDIS_URL
-e MONGO_DB_URI=YOUR_MONGODB_URL
-e CLIENT_URL=http://localhost:80/#/
-e LICENSE_KEY=YOUR_LICENSE_KEY
-v license:/assets/lic/ decisionrules/serverMethod 2: Creating your own docker-compose file
What not to forget
Last updated
Was this helpful?

