12 lines
219 B
YAML
Raw Normal View History

version: "3.7"
services:
postgres:
image: postgres:16.1
environment:
- POSTGRES_USER=postgres
2021-10-13 21:11:26 -06:00
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=opentelemetry_ecto_test
ports:
- 5432:5432