django-model-utils/docker-compose.yml

10 lines
188 B
YAML
Raw Normal View History

services:
postgres:
image: postgres:13
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: modelutils
POSTGRES_USER: postgres
ports:
- 5432:5432