Skip to content

This is a collection repository for most used docker image services and their configurations in a docker compose yaml file.

Notifications You must be signed in to change notification settings

usr-0123/Docker-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker services

NOTE: Comment out the services

Getting started

  • Create .env file that is similar to the .env.template in the same location.
  • Copy and supply values to the variables transferred from the template into the environment file.
  • Make sure Docker Desktop is up and running.
  • In the same folder, run the command
docker compose up

RabbitMQ

PostgreSQL and pgAdmin

You log to pgAdmin in with:

  • Login email: POSTGRE_DB_EMAIL
  • Login password: POSTGRE_DB_PASSWORD

After login, you’ll add a new server inside pgAdmin:

  • Host: postgres - the service name in docker compose, resolves via Docker network DNS
  • Port: 5432
  • Username: user
  • Password: POSTGRE_DB_PASSWORD
  • Database: POSTGRE_DB

About

This is a collection repository for most used docker image services and their configurations in a docker compose yaml file.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •