Added the check for the existing database. If the database exists then the PostgreSQL service is restarted. Without the check the normal the bash docker-compose up will force the creation of new DB and it will fail due to the fact that DB is already set up from the first run
Adding port 8089 to options as TAK people removed that line from config file.
Added the check for the existing database. If the database exists then the PostgreSQL service is restarted. Without the check the normal the
bash docker-compose up
will force the creation of new DB and it will fail due to the fact that DB is already set up from the first run