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