This repository contains my setup for dockerized databases on a Linux environment. This is currently under improvement.
- MySQL
- Postgres
Create docker-compose.yaml for the following databases:
- Neo4j
- Redis
- Clone this repository.
- Navigate to the database you want to use.
- Run
docker-compose up
.
This project is licensed under the MIT License - see the LICENSE file for details.