- Added environment variables for MINIO_ROOT_USER and MINIO_ROOT_PASSWORD to docker-compose.yml.
- Updated mc alias command to use the new environment variable references for better clarity and security.
- Changed the image reference in justfile and docker-compose.yml to point to the 'advdoors-front' image, aligning with the new frontend deployment strategy.
- Added image reference for the app in docker-compose.yml.
- Modified justfile to include new push and prod-pull commands for building and deploying the app image.
- Updated prod-up command to pull the latest image before starting containers, enhancing deployment efficiency.