A simple docker compose file to run Flowable Rest and Flowable UI with same postgresql.
- Change directory to location of yml file
- run: docker-compose -f ui-rest-postgres.yml up
- Then access flowable ui at: http://localhost:8090/flowable-ui/ with default username/password: admin/test
- Access swagger ui at: http://localhost:8089/flowable-rest/docs