Help making an accessible URL for status checking

I need help making a URL which can be checked by something like better stack for the purpose of status page. I am in C#

15 Replies

048dcb13-17c0-49e6-a509-420f8098afe8


I have figured out generating a domain


but I think I am failing to listen to it


brody
EMPLOYEE

a year ago

you need to listen on the host 0.0.0.0 and the PORT environment variable


I cannot find the PORT env var


brody
EMPLOYEE

a year ago

you don't need to find it, just listen on it


oh, ok


do I need to do anything with docker?


brody
EMPLOYEE

a year ago

nope, you are overthinking this


oh I thought I had to expose ports on docker


brody
EMPLOYEE

a year ago

you are overthinking


oh, I was indeed! thanks!


brody
EMPLOYEE

a year ago

got it working?



brody
EMPLOYEE

a year ago

awsomer


Loading...