Skip to content

postgres,mongo,mongo-express,adminer,nginx,redis

Notifications You must be signed in to change notification settings

skuzakov/assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker services

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.

Features

  • All services in one file
  • Configuration for all services
  • Volume store in this repository

Services

  • PostgreSQL
  • Adminer
  • RabbitMQ
  • Redis
  • MongoDB
  • MongoExpress

Installation

  1. Create folder
mkdir ~/docker
  1. Clone this repo
git clone https://github.com/temarusanov/docker-services.git .
  1. Create .env from .env.example and configure it

  2. Run containers

docker-compose up -d

Or launch specific containers

docker-compose up -d adminer postgres

Default ports

  • Adminer: 8080
  • PostgreSQL: 5432
  • RabbiMQ: 5672 & 15672
  • Redis: 6379
  • MongoDB: 27017-27019
  • MongoExpress: 8081

About

postgres,mongo,mongo-express,adminer,nginx,redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages