Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrey-helldar/docker-environment
https://github.com/andrey-helldar/docker-environment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrey-helldar/docker-environment
- Owner: andrey-helldar
- License: mit
- Created: 2022-05-27T15:19:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T18:03:26.000Z (9 months ago)
- Last Synced: 2024-10-04T19:22:35.444Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 28.6 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dev Environment for Docker
## List of services
* MySQL
* Redis + Admin
* Mailpit## 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 = 9987FORWARD_MAILPIT_PORT=1025
FORWARD_MAILPIT_DASHBOARD_PORT=8025
```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/devenvironments` for Unix
- `%USERPROFILE%\.docker\devenvironments\` for WindowsBy default, `Docker Dev Environments` loads and starts all services.