How to use the mongo database in the docker container? See docker-compose.yml DATABASE_URL="mongodb+srv://root:root@127.0.0.1:27017/mydb1" or DATABASE_URL="mongodb+srv://root:root@localhost:27017/mydb1" in .env does not work . I would like to leave the development location only directly in the Windows folder, because in the dev-container there will be dozens of other problems with development - for example VS Code's hints (which methods are in that object, etc.) do not work, all code is red, file updates with "npm run start:dev" do not have an immediate effect on localhost:3000 etc.
The project is here: https://github.com/ivose/nst2 .
#Hello, i'm looking for help.
2 messages · Page 1 of 1 (latest)