docker-compose up -d
- API Gateway: http://localhost:6001
- Auction Service: http://localhost:7001
- Search Service: http://localhost:7002
- Identity Service: http://localhost:5001
- RabbitMQ Management: http://localhost:15672 (guest/guest)
docker-compose down
docker-compose build --no-cache
docker-compose logs auction-svc docker-compose logs search-svc
docker-compose down -v docker system prune -f
lsof -i :5432 # PostgreSQL lsof -i :27017 # MongoDB lsof -i :5672 # RabbitMQ