null
Find a file
2022-06-07 16:01:03 +04:30
app.js implement all 2022-06-07 15:53:14 +04:30
docker-compose.yml implement all 2022-06-07 15:53:14 +04:30
Dockerfile implement all 2022-06-07 15:53:14 +04:30
package-lock.json implement all 2022-06-07 15:53:14 +04:30
package.json implement all 2022-06-07 15:53:14 +04:30
README.md add node app port to read me 2022-06-07 16:01:03 +04:30

os-lab-final-project

run to build and run the docker images

docker-compose -f docker-compose.yml up -d  --build

get list of all docker images running

docker ps

nodejs app is runing in port 3003

now just head to url browser and go to this url:

http://localhost:81

or

http://127.0.0.1:81

Default Admin User for Nginx:

Email:    admin@example.com
Password: changeme