Skip to content

mkdevprogects/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Functionality: creation of the working environment of the project.

Running:

  • Clone app: git clone git@github.com:mkdevprogects/base.git
  • cd base/
  • Set the environment variables:
  PGUSER  
  PGPASSWORD  
  ENVPOSTGRES_DB  
  VOLUMES  
  ENVPGDATA  
  DB_HOST  
  DB_PG_PORT  
  DB_REDIS_HOST  
  DB_REDIS_PORT  
  HUTCH_MQ_HOST  
  HUTCH_MQ_API_HOST

Example environment variables:

PGUSER=postgres
PGPASSWORD=12345
ENVPOSTGRES_DB=mkdev_dev

for running docker-compose.yml use

ENVPGDATA=/Users/user_name/pg_data
VOLUMES=/Users/user_name/pg_data

and set this environment variables if you run docker-compose.demo.yml:

DB_HOST=postgres
DB_PG_PORT=5432
DB_REDIS_HOST=redis
DB_REDIS_PORT=6379
HUTCH_MQ_HOST=rabbitmq
HUTCH_MQ_API_HOST=rabbitmq

About

Creation of the working environment of the "Medicine" project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published