Sign inSign up

jlex2411/node-10.15.3

By jlex2411

•Updated about 5 years ago

Image
0

802

jlex2411/node-10.15.3 repository overview

⁠PLEASE READ THIS BEFORE RUNNING!!!!

- Ask your Leader or DevOps for the LOCAL database file. 
- Then put it in this source.
- Running the docker with this command: ./docker/sh start
- Waiting for at least 10 mins for MySQL init process done before running API and Web servers. Checking with the command below:
  docker logs -f mysql

⁠Build Docker file

  cd ./Dockerfile/Ely,Sym,Har,Mel -> docker build . -t "Docker Image name" -> Webapps images with nodejs 10.15.3
  cd ./Dockerfile/Vienna -> docker build . -t "Docker Image name" -> API images with Java 12

⁠Start 2 containers webapps and api and mysql

  ./docker.sh start

⁠Stop 2 containers webapps and api and mysql

  ./docker.sh stop

⁠Restart 2 running container webapps|api|mysql

  ./docker.sh restart webapps
  ./docker.sh restart api
  ./docker.sh restart mysql

⁠SSH to the specify running container

  docker exec -it webapss bash -> SSH to Docker container Webapps SYM-ELY-HAR-MEL
  docker exec -it api bash -> SSH to Docker container API Vienna
  docker exec -it mysql bash -> SSH to Docker container MySQL Server 8.0.21

Tag summary

Content type

Image

Digest

Size

92.4 MB

Last updated

about 5 years ago

docker pull jlex2411/node-10.15.3