https://github.com/dmitrymomot/docker-local-infrastructure
Infrastructure for local development
https://github.com/dmitrymomot/docker-local-infrastructure
Last synced: 3 months ago
JSON representation
Infrastructure for local development
- Host: GitHub
- URL: https://github.com/dmitrymomot/docker-local-infrastructure
- Owner: dmitrymomot
- License: apache-2.0
- Created: 2019-06-02T18:25:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T18:40:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T18:30:35.325Z (4 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized infrastructure for local development
## Available Services
* MariaDB
* Redis
* MongoDB
* Minio (AWS S3 API Compatible Service)
* Mailcatcher## Usage
```sh
$ make help
```## License
Licensed under the [Apache License Version 2.0](https://github.com/dmitrymomot/docker-local-infrastructure/blob/master/LICENSE)