Added a profile, that starts the app with a PostgreSQL-DB
authorKai Moritz <kai@juplo.de>
Sun, 25 Oct 2020 15:34:05 +0000 (16:34 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 7 Feb 2021 13:49:20 +0000 (14:49 +0100)
* Added the dependency for the PostgreSQL-driver
* Added the new profile
* Configured Flyway to apply db-specific SQL
* Added a PostgreSQL-DB to the setup for Docker Compose as "postgres"
* Added a named volume for the data of the service "postgres"
* Selected the new profile "prod" for the service "jdbc"


No differences found