Conversation
|
Hi, The above error : Is Fixed in Fix FastApi db connection error #33 pull request. Have introduced bad MySQL URL formatting by mistake.
You are true, in dev docker-compose container, but plan to have prod container without need to mount backend folder in the compose file later.
You don't need to set .env file as volume this will work as is, with fixed bugs ;-). Need to improve this package and README.md. But don't see any changes you made on this repository? I can close this pull request no? Thank's for your report |
|
@mano8 : there is no content change in the files, and so you dont see anything on github, but they are now executable scripts through the command |
|
apologies ja ja ja |

At least these scripts must be executable :-)
As you mount the backend folder in the compose file, all the chmod in the backend dockerfile are no more relevant.
anyway, could not manage to start successfully the docker compose stack
got this return from the api container (other container run successfully)
before I add an error with the API searching for a .env file with no success, so i mounted the .env file for the docker-compose folder in the emon_api container as a volume :