Sign inSign up

flowable/flowable-idm

By flowable

Updated over 6 years ago

Flowable’s Single Sign On and user management application

Image
9

500K+

flowable/flowable-idm repository overview

Part of the Flowable eco system. (visit http://flowable.org for more info) For pre configured docker compose configurations and start / stop scripts; https://github.com/flowable/flowable-engine/tree/master/docker

To start a container with a in memory H2 database

docker run -p8080:8080 flowable/flowable-idm
Optional environment properties (with default values);
  • SERVER_PORT=8080
  • SPRING_DATASOURCE_DRIVER-CLASS-NAME=org.postgresql.Driver
  • SPRING_DATASOURCE_URL=jdbc:postgresql://flowable-idm-db:5432/flowable
  • SPRING_DATASOURCE_USERNAME=flowable
  • SPRING_DATASOURCE_PASSWORD=flowable
  • FLOWABLE_REST_APP_ADMIN_USER-ID=rest-admin
  • FLOWABLE_REST_APP_ADMIN_PASSWORD=test
  • FLOWABLE_REST_APP_ADMIN_FIRST-NAME=Rest
  • FLOWABLE_REST_APP_ADMIN_LAST-NAME=Admin

Tag summary

Content type

Image

Digest

Size

90.5 MB

Last updated

over 6 years ago

docker pull flowable/flowable-idm