2021-10-08 15:38:18 -06:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
postgres:
|
2024-02-13 18:27:16 -07:00
|
|
|
image: postgres:16.2
|
2021-10-08 15:38:18 -06:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
2021-10-13 21:11:26 -06:00
|
|
|
- POSTGRES_PASSWORD=postgres
|
2021-10-08 15:38:18 -06:00
|
|
|
- POSTGRES_DB=opentelemetry_ecto_test
|
|
|
|
ports:
|
|
|
|
- 5432:5432
|