Sales point System Backend Run the app with Docker docker compose up --build Check out Redis (напиши ping - получи pong) docker exec -it redis_cache redis-cli ping Check out Containers docker ps Open http://localhost:8080/swagger-ui/index.html pgAdmin http://localhost:8082 Stop the app with Docker docker compose down Clean up unused images and containers docker system prune -a Rebuild the app with Docker docker-compose up --build -d