django-model-utils/docker-compose.yml

10 lines
195 B
YAML
Raw Normal View History

services:
postgres:
2025-04-08 07:44:42 +00:00
image: postgres:14-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: modelutils
POSTGRES_USER: postgres
ports:
- 5432:5432