/api/login/
/api/products/
/api/orders/
gateway:8080
http://localhost:8080/api/login/
http://localhost:8080/api/products/
http://localhost:8080/api/orders/
auth-service:8081
http://localhost:8081
product-service:8082
http://localhost:8082
order-service:8083
http://localhost:8083
docker-compose up --build
docker-compose down -v --rmi all