port used for resume URLs
wmill.get_resume_urls(), it keeps generating urls for port 8080 even though my windmill server is sitting on the default port 80. Therefore, whenever I try to use the generated resume urls, it fails and I am forced to manually switch the url to use port 80.For dev, I've just got the windmill server up and running using
docker compose up. Is there any other config I need to do to get resume URLs working?