During development, it requires to have the postgres container running but normally the make command will to it for you
Use the following command to generate the modification, it will run the command inside th container with the right TYPEORM credentials.
Name the change using the MIGRATION_NAME
arg
make migrate-generate MIGRATION_NAME=NAME_IT
At beginning everything was managed inside a personal VPS but it was expensive. I decided to move to fly.io for the backend part and vercel for the front but it creates latencies... Will think about a new approach with 0 cost :)