Skip to content

v1.0.0

Latest

Choose a tag to compare

@hamedslyn hamedslyn released this 12 Jun 08:24
· 1 commit to master since this release

[1.0.0] - 2026-06-12

Added

  • Initial public release.

  • PHP 8.3 FPM container.

  • Nginx web server container.

  • MySQL 8.0 container.

  • Redis container.

  • Elasticsearch 7.17 integration.

  • Kibana 7.17 integration.

  • Mailpit email testing service.

  • Composer pre-installed inside PHP container.

  • Node.js support inside PHP container.

  • Global NPM utilities.

  • Xdebug support for development.

  • Automated setup.sh installation script.

  • Automatic database creation:

    • bagisto

    • bagisto_testing

  • Automatic Composer dependency installation.

  • Automatic environment file deployment.

  • Automated Bagisto installation.

  • Automated product seeding.

  • Production Docker Compose configuration.

  • Supervisor container for queue processing.

  • Worker container for cron jobs.

  • Persistent data volumes for:

    • MySQL

    • Redis

    • Elasticsearch

  • Development and testing environment support.

Security

  • Containers run using a non-root application user where applicable.

Documentation

  • Added installation guide.

  • Added development workflow documentation.

  • Added production deployment documentation.

  • Added troubleshooting section.