10 lines
150 B
YAML
10 lines
150 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
db:
|
||
|
image: postgres
|
||
|
restart: always
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: postgres
|
||
|
ports:
|
||
|
- 54327:5432
|