mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add integration tests for postgresql, mysql and mariadb using testcontainers
This commit is contained in:
@@ -117,6 +117,9 @@ database:
|
||||
properties:
|
||||
charSet: UTF-8
|
||||
validationQuery: "/* CommaFeed Health Check */ SELECT 1"
|
||||
minSize: 1
|
||||
maxSize: 5
|
||||
initialSize: 1
|
||||
|
||||
server:
|
||||
applicationConnectors:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
postgresql=postgres:${postgresql.image.version}
|
||||
mysql=mysql:${mysql.image.version}
|
||||
mariadb=mariadb:${mariadb.image.version}
|
||||
Reference in New Issue
Block a user