Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrey-helldar/docker-environment-work


https://github.com/andrey-helldar/docker-environment-work

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dev Environment for Docker

Docker Environment

## List of services

* MySQL
* PostgreSQL - pgAdmin
* Redis + Admin
* RabbitMQ
* Elasticsearch
* Mailhog

## Installation & Settings

![how to use](.github/images/how-to-use.gif)

## Credentials

By default, the following credentials are used:

```ini
DB_DATABASE = default
DB_USERNAME = dev
DB_PASSWORD = dev

REDIS_WEBUI_CONNECT_HOST = redis
REDIS_WEBUI_CONNECT_PORT = 6379
REDIS_WEBUI_PORT = 9987
```

If you do not specify the path to the folder at the time of creation, then the repository is cloned to the default path:

- `~/.docker/devenvironmentswork` for Unix
- `%USERPROFILE%\.docker\devenvironmentswork\` for Windows

By default, `Docker Dev Environments` loads and starts all services.