Railway
If you want a hosted deploy without wiring the Docker Compose yourself, a community-maintained one-click install option for Railway is available.
Community maintained
Report Railway template issues to the template maintainers.
What it deploys
The template runs the standard stack as two Railway services:
- app:
rommapp/romm(public), leavesREDIS_HOSTunset so the image starts its embedded Valkey. - mariadb:
mariadb(private), MariaDB on private networking
Since Railway only allows one volume per service, the template mounts /romm on app (library, resources, assets, and config), and /redis-data is ephemeral.
After deploy
- Open the public app URL and finish the first-boot setup wizard.
- Place ROMs under
/romm/libraryusing a supported folder structure. - Add metadata provider credentials in the Railway service variables, then run a scan.
The template source lives at osbytes/template-romm.