Project

General

Profile

Feature #23026 » nginx-private.json

Private service container - Stephen Smith, 09/24/2025 02:46 PM

 
{
"name": "nginx private",
"owner_uuid": "tordo-j7d0g-rb1sshn77roj381",
"container_image": "4992a07ddb936d72408552f27eef7f10+219",
"mounts": {
"/usr/share/nginx/html": {
"kind": "collection",
"uuid": "tordo-4zz18-yfbh73h92859swz"
},
"/run/nginx.out": {
"kind": "collection",
"writable": true
}
},
"runtime_constraints": {
"ram": 209715200,
"vcpus": 2,
"API": true
},
"published_ports": {
"80": {
"access": "private",
"label": "private web server",
"initial_path": ""
}
},
"cwd": ".",
"command": [
"nginx",
"-g",
"daemon off;"
],
"output_path": "/run/nginx.out",
"state": "Committed",
"priority": 499,
"service": true,
"use_existing": false
}
(6-6/10)