Deployment
Docker
Section titled “Docker”The recommended way to deploy HonoCommerce is with Docker:
bun run docker:buildThe included Dockerfile creates an optimized production image using Bun.
Environment
Section titled “Environment”Set all required environment variables for production:
DATABASE_URL=postgresql://user:pass@host:5432/honocommerceREDIS_URL=redis://host:6379NODE_ENV=productionPORT=3000Health Check
Section titled “Health Check”Verify the deployment is healthy:
curl http://your-server:3000/wp-json/wc/v3/system_status