10 lines
172 B
YAML
10 lines
172 B
YAML
services:
|
|
|
|
db:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
POSTGRES_USER: postgres
|
|
ports:
|
|
- 5432:5432
|