e4fc50d5e5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
12 lines
219 B
YAML
12 lines
219 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
postgres:
|
|
image: postgres:16.1
|
|
environment:
|
|
- POSTGRES_USER=postgres
|
|
- POSTGRES_PASSWORD=postgres
|
|
- POSTGRES_DB=opentelemetry_oban_test
|
|
ports:
|
|
- 5432:5432
|