Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrey-helldar/docker-environment-work
https://github.com/andrey-helldar/docker-environment-work
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrey-helldar/docker-environment-work
- Owner: andrey-helldar
- Created: 2023-07-11T10:10:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T08:50:15.000Z (4 months ago)
- Last Synced: 2024-10-08T18:21:43.010Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 10.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Dev Environment for Docker
## 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 = devREDIS_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 WindowsBy default, `Docker Dev Environments` loads and starts all services.