nginx template added (#309)

* nginx template added

nginx template added

* Update meta.json

* Update meta.json

* Update meta.json
This commit is contained in:
Yogesh Manikkavasagam
2025-08-28 11:53:15 +05:30
committed by GitHub
parent 77266b3bd1
commit d09809c125
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3.8"
services:
nginx:
image: nginx:latest
restart: unless-stopped
ports:
- 80
- 443
volumes:
- nginx-config:/etc/nginx
- nginx-html:/usr/share/nginx/html
volumes:
nginx-config: {}
nginx-html: {}

BIN
blueprints/nginx/nginx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "nginx"
port = 80
host = "${main_domain}"

View File

@@ -3074,6 +3074,21 @@
"sync"
]
},
{
"id": "nginx",
"name": "Nginx",
"version": "latest",
"description": "Nginx is an High performance web server",
"logo": "nginx.png",
"links": {
"github": "https://github.com/nginx/nginx",
"website": "https://nginx.org/",
"docs": "https://nginx.org/en/docs/"
},
"tags": [
"webserver"
]
},
{
"id": "nocodb",
"name": "NocoDB",