11 lines
186 B
YAML
11 lines
186 B
YAML
services:
|
|
grist-mcp:
|
|
build: .
|
|
ports:
|
|
- "${PORT:-3000}:3000"
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml:ro
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|