
(v1) Medusa Backend with Worker Modes
Deploy an ecommerce backend and admin using Medusa
backend (server)
medusajs/medusa-starter-default
Just deployed
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
backend (worker)
medusajs/medusa-starter-default
Just deployed
Redis
bitnami/redis
Just deployed
/bitnami
Note: this deploys a Medusa backend with two services supporting worker mode which is ideal for a production deployment. For testing, development, or simple use cases, you can use this template instead.
Deploy a fully-fledged ecommerce backend and admin dashboard using Medusa.
Once the deployment finishes, you can access the admin dashboard at /app
. Refer to this documentation to learn how to create an admin user.
You can refer to the Admin and Store API references to learn how to send requests to the Medusa backend.
Please note that this template doesn't use Redis or the production module for events and caching. Refer to the documentation to learn how to set them:
- Set redis_url in Medusa's configurations
- Install and use the Redis Event Bus module
- Install and use the Redis Cache module
You can refer to the Medusa documentation for guides related to troubleshooting, development, plugins, and more.
Please consider giving Medusa a star on GitHub.
Template Content
backend (server)
medusajs/medusa-starter-defaultbackend (worker)
medusajs/medusa-starter-defaultRedis
bitnami/redis