django-model-utils/docker-compose.yml
2024-03-21 16:42:47 +01:00

9 lines
188 B
YAML

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