Skip to content

Chroma-Kids/ParentsService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParentsService Build Status

Run the environment

Prerequisites:

  • Docker
  • Docker compose
  • Create .env file with the following variables:
MYSQL_ROOT_PASSWORD
   
PARENTS_DB_HOST
PARENTS_DB_PORT
PARENTS_DB_NAME
PARENTS_DB_USER
PARENTS_DB_PASSWORD

PARENTS_SERVICE_PORT
# To create the image:
mvn clean package dockerfile:build

# To run it:
docker-compose up

# To stop it:
docker-compose stop

# To remove it:
docker-compose rm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors