SSE-Lab/dockerized/simple_site
Fabio Sinibaldi da6256f435 updated base domain 2025-03-17 14:56:46 +01:00
..
nginx updated base domain 2025-03-17 14:56:46 +01:00
Dockerfile
README.md
docker-compose.yaml
index.html
package.json
server.js

README.md

Simple Site

Simple dockerized application using Node.js behind NGINX in order to securely serve a static webapp

NB: compose uses build, thus is not suitable for swarm

Details

Dockerized app : Node.js application server.js (listens to 3000) serves index.html depending from packages

Compose : Defined 3 services from Dockerized app Configured NGINX (listens to 8081) to proxy