SSE-Lab/dockerized/simple_site
Fabio Sinibaldi 1487f76201 Updated info 2025-03-04 18:28:37 +01:00
..
nginx server_name 2025-03-04 17:55:56 +01:00
Dockerfile initial commit 2025-03-04 14:59:43 +01:00
README.md Updated info 2025-03-04 18:28:37 +01:00
docker-compose.yaml Fixed port declarations 2025-03-04 18:21:53 +01:00
index.html initial commit 2025-03-04 14:59:43 +01:00
package.json initial commit 2025-03-04 14:59:43 +01:00
server.js initial commit 2025-03-04 14:59:43 +01:00

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