Skip to content

v1.1.0 - Docker, PostgreSQL and Redis

Choose a tag to compare

@mohammedelkarsh mohammedelkarsh released this 09 Jun 09:40
· 6 commits to main since this release

Laravel Tenant Kit v1.1.0

Infrastructure release — Docker, PostgreSQL, and Redis.

Added

  • Docker Compose — PHP 8.4-FPM, Nginx, MySQL 8.4, Redis 7
  • Setup scripts: scripts/docker-setup.ps1 (Windows) and scripts/docker-setup.sh (macOS/Linux)
  • Pre-configured .env.docker for container networking
  • docs/docker.md — full Docker guide

PostgreSQL

  • Documented pgsql support (Stancl PostgreSQLDatabaseManager was already configured)
  • Optional postgres service via docker compose --profile pgsql up
  • .env.pgsql.example for quick switching

Redis

  • TENANCY_USE_REDIS_BOOTSTRAPPER env flag enables per-tenant Redis key isolation
  • .env.docker enables Redis for cache, queue, and sessions out of the box
  • Documented production Redis setup in README

Quick start (Docker)

.\scripts\docker-setup.ps1
# Open http://laravel-tenant-kit.test:8080