8 lines
167 B
YAML
8 lines
167 B
YAML
services:
|
|
planka-mcp:
|
|
build: .
|
|
environment:
|
|
- PLANKA_URL=${PLANKA_URL:-http://localhost:3000}
|
|
- PLANKA_TOKEN=${PLANKA_TOKEN}
|
|
restart: always
|