This repo contains a Dockerfile used to deploy CouchDB on Railway.
-
Push this repo to GitHub.
-
Go to https://railway.app → New Project → Deploy from GitHub.
-
Select this repo.
-
After it builds, open the service → Variables.
-
Add:
- COUCHDB_USER = admin
- COUCHDB_PASSWORD = yourpassword
-
Redeploy service.
-
Visit:
You should now see CouchDB Fauxton dashboard.