Change default ports for enhancer and generator to 8001 and 8002 #28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I did some quick investigation on the default ports and it left me rather confused. By default, the fastapi apps start on in the terminal 8000, but in docker it is 80. I found neither of these defined in the codebase so I don't understand what makes it different in docker.
Best solution to me seems to adjust the port number on startup with the --port flag (add it to readme), then it is very clear which service runs where for the dev setup, while in compose it is left unchanged.