URL Shorter Run (Locally) Create .env file and add following values: PORT=3000 DB_URL=mongodb://mongodb:27017/shorter URL=http://localhost:3000 After you can run app in docker: docker compose up -d