Sign inSign up

jamespatriot/flowable

By jamespatriot

Updated about 6 years ago

Image
0

372

jamespatriot/flowable repository overview

flowable-idm flowable-modeler flowable-admin flowable-rest flowable-task

docker run -d
--name=flowable
-p 9080:8080
-e FLOWABLE_COMMON_APP_IDM-URL='http://localhost:8080/flowable-idm'
-e FLOWABLE_COMMON_APP_IDM-REDIRECT-URL='http://localhost:9080/flowable-idm'
-e FLOWABLE_COMMON_APP_IDM-ADMIN_USER=admin
-e FLOWABLE_COMMON_APP_IDM-ADMIN_PASSOWRD=test
-e FLOWABLE_MODELER_APP_DEPLOYMENT-API-URL='http://localhost:8080/flowable-task/app-api'
--restart=unless-stopped
kodality/flowable for own database add:

--link flowable-postgres
-e SPRING_DATASOURCE_DRIVER-CLASS-NAME='org.postgresql.Driver'
-e SPRING_DATASOURCE_URL='jdbc:postgresql://flowable-postgres:5432/flowable'
-e SPRING_DATASOURCE_USERNAME='flowable'
-e SPRING_DATASOURCE_PASSWORD='test'
now you can navigate to http://localhost:9080/flowable-modeler/

see https://github.com/kodality/flowable-docker

Tag summary

Content type

Image

Digest

Size

409.9 MB

Last updated

about 6 years ago

docker pull jamespatriot/flowable