2023-04-05 16:34:49 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
postgres:
|
2023-11-15 18:14:43 +00:00
|
|
|
image: postgres:16.1
|
2023-04-05 16:34:49 +00:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
|
|
|
- POSTGRES_PASSWORD=postgres
|
|
|
|
- POSTGRES_DB=opentelemetry_dataloader_test
|
|
|
|
ports:
|
|
|
|
- 5432:5432
|