services: gitea-mcp: build: context: . dockerfile: Dockerfile command: - "-t" - "sse" - "--host" - "${GITEA_URL}" - "--token" - "${GITEA_TOKEN}" restart: unless-stopped ports: - "3001:8080"