13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
services:
|
|
grafana:
|
|
ports:
|
|
- "127.0.0.1:3000:3000"
|
|
|
|
n8n:
|
|
ports:
|
|
- "127.0.0.1:5678:5678"
|
|
|
|
postgres:
|
|
ports:
|
|
- "127.0.0.1:5432:5432"
|