9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
services:
|
|
postgres:
|
|
ports:
|
|
- "127.0.0.1:5433:5432"
|
|
|
|
api:
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|