/databases

scripts to quickly manage, deploy and run databases

Primary LanguageShell

Databases

  • Handles pull docker images and running containers for postgres and elasticsearch

Install

  • No need for installing, just clone
https://github.com/nf1s/databases.git

Run

Pull and run postgres

just postgres start

Stop and remove postgres

just postgres stop

psql

just postgres shell

Pull and run elastic

just elastic stop

Stop and remove elastic

just postgres stop