to runn the application in the same dir as docker-compose run
docker-compose up -d
this will launch the fastapi and dash site locally on 0.0.0.0 and expose the ports needed, the application can then be accsessed locally. check docker desktop container for the terminal outputs.
the individual dockerfiles located in fastapi and dash folders specify how th applications are launched