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 port5672
and15672
) - Redis as
redis
(host port6379
) - InfluxDB as
influx
(host port8086
and8083
) - NSQ as
nsqd
,nsqlookupd
andnsqadmin
(host port4160
,4161
,4150
,4151
and4171
) - 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.