Docker services allow you to start services using one command. The main point of this project is to create one folder where all the services launched on the servers will be stored.
- All services in one file
- Configuration for all services
- Volume store in this repository
- PostgreSQL
- Adminer
- RabbitMQ
- Redis
- MongoDB
- MongoExpress
- Create folder
mkdir ~/docker
- Clone this repo
git clone https://github.com/temarusanov/docker-services.git .
-
Create
.env
from.env.example
and configure it -
Run containers
docker-compose up -d
Or launch specific containers
docker-compose up -d adminer postgres
- Adminer: 8080
- PostgreSQL: 5432
- RabbiMQ: 5672 & 15672
- Redis: 6379
- MongoDB: 27017-27019
- MongoExpress: 8081