- Notifications
You must be signed in to change notification settings - Fork3
TatChu/local-infrastructure-docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple code for setup a local environment for development.
Just ensure that you have docker installed on your computer.
To start all services:docker-compose up -d
To start specific services relevant to your tech stack:docker-compose up -d postgres
Create a.env in the root folder and override your custom value. Seeavailable variables below.
- MongoDB (root/Pass@word)|
docker-compose up -d mongodb - Postgres (postgres/postgres) |
docker-compose up -d postgres-plv8 - Redis |
docker-compose up -d redis - MSSQL (sa/Pass@word) |
docker-compose up -d mssql - Mysql (root/Pass@word) | Adminer |
docker-compose up -d mysql mysql-adminer - Mailhog |
docker-compose up -d mailhog - RabbitMq |
docker-compose up -d rabbitmq rabbitmq_management... and waiting for your contribute.
- Postgres
- Ports
- Default: 5432
| Variable name | Default value |
|---|---|
| POSTGRES_DB | postgres |
| POSTGRES_USER | postgres |
| POSTGRES_PASSWORD | password1 |
- Microsoft SQL Server
- Ports
- Default: 1433
| Variable name | Default value |
|---|---|
| MSSQL_SA_PASSWORD | Pass@word |
- Redis
- Ports
- Default: 6379
| Variable name | Default value |
|---|---|
| ALLOW_EMPTY_PASSWORD | yes |
| REDIS_DISABLE_COMMANDS | FLUSHDB,FLUSHALL |
- Mysql / mysql-adminer
- Default account: root/Pass@word
- Ports
- DB Server: 3306
- Adminer: 8080
| Variable name | Default value |
|---|---|
| MYSQL_ROOT_PASSWORD | Pass@word |
- MongoDB
| Variable name | Default value |
|---|---|
| MONGO_ROOT_PASSWORD | Pass@word |
- MailHog
Ports
- Web UI: 8025
- SMTP: 465
- RabbitMq
- Account: guest/guest
- Ports
- Server: 5672
- Management tool: 15672
About
The simplest way to set up a local environment for development.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors3
Uh oh!
There was an error while loading.Please reload this page.