MongoDB and Mongo Express in Docker Compose

It took me some time to get that I coulnd’t use ME_CONFIG_MONGODB_URL to connect to my Mongo database so I thought I make a post so I’ll remember until next time. First, let’s see how it is done in docker compose (docker-compose.yml). That’s all, then when we run compose up we will create these containers …

Install docker on Raspberry Pi

This is how I installed docker on Raspberry pi 5. First of all, before anything, I’d get a SD card with a sd usb adapter connected to my computer which I would install the installer which can be found over here. Then choose the Raspberry Pi OS. Choose to have SSH for your configure and …