Simple Setup Nginx HTTP (Only) As Reverse proxy and simple Express Nodejs.
Used Ports
- 80 (As Ingress)
- 3000 (As Application (Optional))
- Change
env
file to.env
and edit them. - If you want to see the app as localhost, Uncomment the
port
section inwebapp
service - Run
docker-compose up --env-file ./config/.env up
ordocker-compose build
thendocker-compose start
(If want to build)
- Docker and docker-compose (Linux) Docker Desktop (Windows/Mac) Dockstation run Hyper-V (Windows)
- Nodejs with NPM (Optional for simple app editing)