chore: use ghcr.io image for production deployment

- Update prod docker-compose to pull from ghcr.io/xe138/grist-mcp-server
- Remove debug step from Gitea workflow
This commit is contained in:
2026-01-01 11:48:39 -05:00
parent ae894ff52e
commit c8cea249bc
2 changed files with 1 additions and 16 deletions

View File

@@ -1,9 +1,7 @@
# Production environment - resource limits, logging, restart policy
services:
grist-mcp:
build:
context: ../..
dockerfile: Dockerfile
image: ghcr.io/xe138/grist-mcp-server:latest
ports:
- "${PORT:-3000}:3000"
volumes: