Add smoke tests for data-jdbc.
This commit is contained in:
7
data/data-jdbc/docker-compose.yml
Normal file
7
data/data-jdbc/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: 'postgres:14'
|
||||
environment:
|
||||
- 'POSTGRES_PASSWORD=password'
|
||||
ports:
|
||||
- '5432'
|
||||
Reference in New Issue
Block a user