18 lines
163 B
YAML
18 lines
163 B
YAML
---
|
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
postgres:
|
|
ports:
|
|
- "5432:5432"
|
|
|
|
postgrest:
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
swagger:
|
|
ports:
|
|
- "8080:8080"
|