The DigitalState Camunda microservice docker information.
| Name | Description | Default |
|---|---|---|
COMPOSE_PROJECT_NAME |
The docker-compose project name. This is used to properly namespace docker containers in the event where you are running multiple instances of the platform on the same machine. | dscamunda |
NETWORK |
The docker network name containers uses for microservices communication. | dsproxy_default |
DIRECTORY |
The base directory the docker-compose files are located. This is used to properly configure the base directory for DockerForWindows and DockerForMac based machines. | . |
IMAGE_TAG |
The dockerhub image tag to pull for dev, stag and prod environments. | 0.8.0 |
API_HOST |
The virtual host for the api container. This value gets registered with the proxy. | api.camunda.ds |
JAVA_OPTS |
The java options. | -Djava.security.egd=file:/dev/./urandom -Duser.timezone=America/Montreal |
USERNAME |
The default username for the administrator. | admin |
PASSWORD |
The default password for the administrator. | admin |