Port configuration
The port setting must match the port the application is started on. The app should bind to 0.0.0.0 to accept external connections.
Last updated
The port setting must match the port the application is started on. The app should bind to 0.0.0.0 to accept external connections.
Last updated
Every web services come with default domain, optionally you an set a custom domain. All requests pass through our load balancer as follows:
Let's say your app starts and listen for requests on port 4000
Our load balancer is configured the way that every request coming to your app on port 443
or 80
are proxied to port 4000
of your app
web-abcdefgh
https://web-abcdefgh.up-de-fra1-k8s-1.apps.run-on-seenode.com
http://web-abcdefgh-service
Let's say your app is configured to start on port 4000
app.py
Set the port to 4000
Follow the next steps by clicking continue
Now when the app is built and deployed successfully you can connect to your app by:
Public connection domain (user for access from the internet)
Private connection domain (use for internal connections between your services)