InfrastructureIn preparation
Nginx, in frontof what runs here
A reverse proxy and web server on the machine.Names, certificates and the files behind them.
Not on the hub yet The image and its definition are being built and verified.
01Pick a machinecores, memory and a rate per hour
02Set it up oncekept on the volume between runs
03Run it, then stopstopped when the work is done
The application
One door,for many services
Everything on the machine reachable through one address and port.
Reverse proxy
Put a single name and certificate in front of several ports.
Static files
Serve a directory off the volume with nothing in between it.
Load balancing
Spread the requests across several upstreams on this machine.
The status
Being built,and verified
When the image and its definition are done, it deploys by name like the rest.
Run Nginx on your own machinePick a machine that meets it, and it opens about a minute after you ask.