/docker

Simple tools for launching development services, such as mysql, postgres etc.

Docker Tools

Simple tools for launching development services, such as mysql, postgres etc.

Services

  • MongoDB as mongo (host port 27017)
  • PostgreSQL as psql (host port 5432)
  • PipelineDB as pipeline(host port 5432)
  • MySQL as mysql (host port 3306)
  • RabbitMQ as rabbit (host port 5672 and 15672)
  • Redis as redis (host port 6379)
  • InfluxDB as influx (host port 8086 and 8083)
  • NSQ as nsqd, nsqlookupd and nsqadmin (host port 4160, 4161, 4150, 4151 and 4171)
  • Timescale as ts (host port 5432)

Usage

Credentials are set in a special .env file. Copy from .env.dist skeleton. Next launch the necessary services with the following command

docker-compose up -d --build [SERVICES]

If you do not specify services, all services will be launched.

Services available via host port.