2021-12-28 23:39:06 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
postgres:
|
2023-11-15 18:14:43 +00:00
|
|
|
image: postgres:16.1
|
2021-12-28 23:39:06 +00:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
|
|
|
- POSTGRES_PASSWORD=postgres
|
|
|
|
- POSTGRES_DB=opentelemetry_oban_test
|
|
|
|
ports:
|
|
|
|
- 5432:5432
|