feat: add docker-compose.yaml

This commit is contained in:
2025-12-29 20:10:29 -05:00
parent 013d1f88a2
commit abb22fc886

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
grist-mcp:
build: .
ports:
- "${PORT:-3000}:3000"
volumes:
- ./config.yaml:/app/config.yaml:ro
env_file:
- .env
restart: unless-stopped