You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will start miyritsu in two containers: ifhany_app (for nodejs) and ifhany_db (for mongodb). That's all you need.
Open another terminal and use docker restart ifhany_app if the code changes. If you want to clean up the db, close everything and use docker rm ifhany_db and then yarn dev.
A little trick
If you are using Dockerfile with mongodb, a good approach is to install mongodb-compass and open it to see graphically what is happening. You just need to change the ifhany_db host to use the correct ip, here is a useful command for this purpose: