Dockerized version of your favorite databases. A shell command is also added to easily start deebee
anywhere much like docker
or docker-compose
. You just need to add it in your path. See the commands section for more details on what you can do.
TBH, I dunno, seriously, just use Tighten's Takeout, its more powerful and maintained by one of the best companies around Laravel. But if you only want a quick way to install databases then this is for you!
- MySQL (5.7 and 8)
- Redis
- Memcached
- MariaDB (Planned)
- Docker
- Docker Compose
- Clone this repo or download it and extract it
cd
into it and rundocker-compose up -d
as detached ordocker-composer up
- Use the companion shell command to run the it anywhere by putting
/path/to/deebee
command in your path like so:
export DEEBEEPATH=/Volumes/Devferoxide/Workspace/docker/deebee
export PATH=$PATH:$DEEBEEPATH
The deebee
command is a proxy to the docker-compose
command except for few commands like:
deebee mysql57
will connect you to the MySQL 5.7 version databasedeebee mysql58
will connect you to the MySQL 8.0 version database
This project is heavily inspired from Tighten's Takeout and Laravel Sail. Go check this projects out!