kyma-incubator/compass

Compass run script depends on local PostgreSQL installation

danielgospodinow opened this issue · 0 comments

Description

I tried running Compass recently and I saw that in order to run it successfully, I had to install PostgreSQL locally because some commands from the Compass run.sh script were using PostgreSQL tools.

And since the script is utilizing Docker, I thought that it would be a great idea to further extend Docker usage to remove the local dependency on PostgreSQL.