Simple tools for launching development services, such as mysql, postgres etc.
- MongoDB as
mongo(host port27017) - PostgreSQL as
psql(host port5432) - PipelineDB as
pipeline(host port5432) - MySQL as
mysql(host port3306) - RabbitMQ as
rabbit(host port5672and15672) - Redis as
redis(host port6379) - InfluxDB as
influx(host port8086and8083) - NSQ as
nsqd,nsqlookupdandnsqadmin(host port4160,4161,4150,4151and4171) - Timescale as
ts(host port5432)
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.