Add smoke tests for data-jdbc.

This commit is contained in:
Christoph Strobl
2023-09-22 10:47:04 +02:00
parent 888b9e0c02
commit 783d97531d
10 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
services:
postgres:
image: 'postgres:14'
environment:
- 'POSTGRES_PASSWORD=password'
ports:
- '5432'