The Babylonx is a simple and modern customizable dockerized Database and Mail Server running on all major platforms. The main goal is to easily switch and combine any version required for local development.
- Clone or download this repository on your local computer
- configure .env as needed
- Run the
docker-compose up
ordocker-compose up -d
.
git clone https://github.com/cybergitt/babylonx.git
cd babylonx
cp .env.example .env
// modify .env.example as needed
docker-compose up -d
This project is licensed under the terms of the MIT license.