auth-blog-service How to Start Development Copy sample.env to .env and rename the variables if you need Build the images and run the containers: $ cp sample.env .env $ docker-compose up --build -d $ docker-compose logs -f api API: http://localhost:5000