6 lines
79 B
YAML
6 lines
79 B
YAML
version: '3'
|
|
services:
|
|
db:
|
|
build: postgres
|
|
ports:
|
|
- "5434:5432" |