simple_site #1

Merged
sinibaldi merged 8 commits from simple_site into main 2025-03-05 11:03:18 +01:00
1 changed files with 15 additions and 3 deletions
Showing only changes of commit 1487f76201 - Show all commits

View File

@ -1,4 +1,16 @@
Simple Site
===========
### Simple Site
Simple dockerized application using Node.js behind NGINX in order to securely serve a static webapp
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