All Templates / Starters
MariaDB Starter Package
Deploys MariaDB with Adminer UI from a repo
Adminer
railwayapp-templates/mariaDB
Just deployed
Database
railwayapp-templates/mariaDB
Just deployed
/var/lib/mysql
MariaDB Server is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow.
The intent is also to maintain high compatibility with MySQL, ensuring a library binary equivalency and exact matching with MySQL APIs and commands. MariaDB developers continue to develop new features and improve performance to better serve its users.
init_db.sql
& create_user.sql
are custom scripts that will be executed on startup. You can customize them as per your needs.https://PROJECT_NAME.up.railway.app/
database
and username & password which you configured during service configuration or you can find under environmental variable for database service in Railway UI.database.railway.internal
should be your database host.SQL Command
you should be able to write your own sql and query the table you want.
Template Content
Adminer
railwayapp-templates/mariaDBDatabase
railwayapp-templates/mariaDBMARIADB_USER
Database User
MARIADB_PASSWORD
User password
MARIADB_DATABASE
This variable allows you to specify the name of a database to be created on image startup.
Details
T3cH_W1z4rD
Created on Aug 6, 2023
107 total projects
33 active projects
100% success on recent deploys
Dockerfile
Starters
More templates in this category
New
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Prosper Otemuyiwa
TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
Kyle Gill
21
Scala Play
A simple Play framework app connected to a Postgres database.
Prosper Otemuyiwa