electronic heartbreak.
Architectural advice needed
In my service layer I store the image on disk. when I want to change the output directory I need to manually update the code instead of through a config file or docker for example. Do you maybe have tips for that?
5 replies
Unable to properly launch Web API using Docker (Compose)
Hey, I am sorry for my late reply. I have this discord muted and therefore did not managed to give you an answer.
In my setup above; yes I tried reaching localhost on
8080
. What I initially do in these kind of scenario's is to always map them equally. So it is always 8080:8080
& 8081:8081
. Since this did not work, I removed the mappings and went back to the basics, displaying a "hello world" through a GET
method.7 replies
Unable to properly launch Web API using Docker (Compose)
Before I pulled my hair out of frustration I wenr to the basics and tried a simple GET method:
http://localhost:55720/weatherforecast
this returned the "hello world" I gave it.
7 replies