hikari.properties
file
dataSourceClassName=org.postgresql.ds.PGSimpleDataSource
dataSource.user=postgres
dataSource.password=postgres
dataSource.databaseName=postgres
dataSource.portNumber=5432
dataSource.serverName=localhost
That's basically it right now....
docker-compose build
docker-compose up