mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
9 lines
195 B
YAML
9 lines
195 B
YAML
services:
|
|
postgres:
|
|
image: postgres:14-alpine
|
|
environment:
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
POSTGRES_DB: modelutils
|
|
POSTGRES_USER: postgres
|
|
ports:
|
|
- 5432:5432
|