Shopify
Two deploys: the DB-less UI at partner.seofyme.com, and the domain API behind CacheRocket at /web/v1/seofyme-shopify (sessions, settings, audits — no Prisma on the frontend host).
Ops — CacheRocket API gateway env
DNS partner.seofyme.com → UI container. Shared secret SEOFYME_SHOPIFY_SERVICE_SECRET on UI + seofyme-shopify-service.
SEOFYME_AI_SERVICE_URL=https://seofyme-ai-service.cacherocket.shppys.tech
SEOFYME_SHOPIFY_SERVICE_URL=https://seofyme-shopify-service.cacherocket.shppys.tech
# /web/v1/seofyme/* → ${SEOFYME_AI_SERVICE_URL}/api/seofyme/*
# /web/v1/seofyme-shopify/* → ${SEOFYME_SHOPIFY_SERVICE_URL}/api/seofyme-shopify/*