@crystal topaz All you need to adjust is the MONGODB_URI environment variable with a correct connection string and well, set up the IP whitelisting correctly. That's all payload needs to work.
You can watch me set it up here: https://youtu.be/0XmQE03y5Ek?t=162 from 2:42 if that helps. Maybe you'll notice some mistake happened during the setup
This is an extensive introduction to deploying Payload CMS. It explains how to deploy Payload CMS step-by-step on either Northflank or Railway. The concepts (environment variables etc.) are universally applicable. After seeing how the deployment works on both services, you should know how to deploy it anywhere.
Dockerfile:
FROM node:18.8.0-alp...