- 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
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
./docker.sh start
./docker.sh stop
./docker.sh restart webapps
./docker.sh restart api
./docker.sh restart mysql
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
Content type
Image
Digest
Size
92.4 MB
Last updated
about 5 years ago
docker pull jlex2411/node-10.15.3