2021-10-08 21:38:18 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
postgres:
|
2021-10-14 03:11:26 +00:00
|
|
|
image: postgres:13.3
|
2021-10-08 21:38:18 +00:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=postgres
|
2021-10-14 03:11:26 +00:00
|
|
|
- POSTGRES_PASSWORD=postgres
|
2021-10-08 21:38:18 +00:00
|
|
|
- POSTGRES_DB=opentelemetry_ecto_test
|
|
|
|
ports:
|
|
|
|
- 5432:5432
|