Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

embedded-postgresql

Maven dependency

pom.xml
<dependency>
    <groupId>com.playtika.testcontainers</groupId>
    <artifactId>embedded-postgresql</artifactId>
    <scope>test</scope>
</dependency>

Consumes (via bootstrap.properties)

  • embedded.postgresql.enabled (true|false, default is 'true')

  • embedded.postgresql.reuseContainer (true|false, default is 'false')

  • embedded.postgresql.dockerImage (default is set to 'postgres:9.6.8')

  • embedded.postgresql.waitTimeoutInSeconds (default is 60 seconds)

  • embedded.postgresql.database

  • embedded.postgresql.user

  • embedded.postgresql.password

  • embedded.postgresql.initScriptPath (default is null)

Produces

  • embedded.postgresql.port

  • embedded.postgresql.host

  • embedded.postgresql.schema

  • embedded.postgresql.user

  • embedded.postgresql.password