Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opillion-gmbh-co-kg/easy-stack-db
Do you need a setup with various databases for testing purposes? Here you’ll find a collection with MongoDB, MariaDB, MySQL, Redis, Elasticsearch, PostgreSQL, Postgre-Admin, MinIO, MSSQL, and Oracle pre-configured.
https://github.com/opillion-gmbh-co-kg/easy-stack-db
docker docker-compose elasticsearch makefile mariadb minio mongodb mssql mysql oracle postgres postgres-admin
Last synced: 4 days ago
JSON representation
Do you need a setup with various databases for testing purposes? Here you’ll find a collection with MongoDB, MariaDB, MySQL, Redis, Elasticsearch, PostgreSQL, Postgre-Admin, MinIO, MSSQL, and Oracle pre-configured.
- Host: GitHub
- URL: https://github.com/opillion-gmbh-co-kg/easy-stack-db
- Owner: Opillion-GmbH-Co-KG
- License: gpl-3.0
- Created: 2025-02-10T10:05:38.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:26:54.000Z (4 days ago)
- Last Synced: 2025-02-10T11:31:27.498Z (4 days ago)
- Topics: docker, docker-compose, elasticsearch, makefile, mariadb, minio, mongodb, mssql, mysql, oracle, postgres, postgres-admin
- Language: Shell
- Homepage:
- Size: 827 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.makefile.md
- License: LICENSE
Awesome Lists containing this project
README
|--------------------------------|-----------------------------------------------------------------------------|
| Make Commands | Description |
|--------------------------------|-----------------------------------------------------------------------------|
| `make build` | Builds the current stack |
| `make build-%` | Builds and pushes (base/dev/prod) images to Docker Hub with Buildx |
| `make clean-stack` | Stops, removes and deletes volumes, images, and networks |
| `make console` | Runs a bash for mysql |
| `make docker-login` | Logs in to Docker Hub registry |
| `make elasticsearch-console` | Runs a bash for elastic search |
| `make fix-buildx` | Fixes a broken Buildx setup |
| `make fix-line-endings` | Fixes the line endings of all files |
| `make help` | Shows help for make commands |
| `make maria-console` | Runs a bash for mariadb |
| `make minio-console` | Runs a bash for minio |
| `make mongodb-console` | Runs a bash for mongodb |
| `make mssql-console` | Runs a bash for mssql |
| `make mysql-console` | Runs a bash for mysql |
| `make oracle-console` | Runs a bash for oracle |
| `make postgres-console` | Runs a bash for postgres |
| `make redis-console` | Runs a bash for redis |
| `make remove-buildx` | Removes Buildx runtime container |
| `make restart` | Cleans your stack containers, volumes, networks & restarts all services |
| `make start` | Starts all services defined in your docker-compose file |
| `make stop` | Stops running Docker containers |
| `make validate-docker-compose` | Validates the docker-compose.yml file |
|--------------------------------|-----------------------------------------------------------------------------|