2021-12-28 23:39:06 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
postgres:
|
2024-02-14 01:27:16 +00:00
|
|
|
image: postgres:16.2
|
2021-12-28 23:39:06 +00:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
|
|
|
- POSTGRES_PASSWORD=postgres
|
|
|
|
- POSTGRES_DB=opentelemetry_oban_test
|
|
|
|
ports:
|
|
|
|
- 5432:5432
|