5 lines
87 B
YAML
5 lines
87 B
YAML
services:
|
|
postgres:
|
|
ports:
|
|
- "127.0.0.1:${POSTGRES_HOST_PORT:-55432}:5432"
|