Admin message

WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Revise OSOM's service in docker-compose.yaml for file storage
To migrate flowable from in-memory DB to file DB, updates must be made to SPRING_APPLICATION_JSON Also, does not seem to need a volume attached also so property ``` volumes: - ./repo:/root ``` can be removed. Changing file DB data path from ~ to /tmp as well, so it wouldn't mess with the volume if it is needed in the future.
issue