plane icon indicating copy to clipboard operation
plane copied to clipboard

Add SMTP Changes and step on local host

Open saif-9-coder opened this issue 1 week ago • 2 comments

Description

Type of Change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] Feature (non-breaking change which adds functionality)
  • [ ] Improvement (change that would cause existing functionality to not work as expected)
  • [ ] Code refactoring
  • [ ] Performance improvements
  • [ ] Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References


[!NOTE] Introduces community deployment configs for Plane and switches local defaults to a host-based setup.

  • Adds deployments/cli/community/plane-app/docker-compose.yaml defining full service stack (web, space, admin, live, api, worker, beat-worker, migrator, plane-db, plane-redis, plane-mq, plane-minio, proxy) with shared env anchors
  • Adds env templates plane.env, backups, and archived variants including SMTP (Gmail) and S3/MinIO settings
  • Updates deployments/cli/community/variables.env to 127.0.0.1 host services, port 8080, DEBUG=1, explicit DATABASE_URL, REDIS_URL, AMQP_URL, SITE_ADDRESS, and SECRET_KEY; adds variables.env.save snapshot

Written by Cursor Bugbot for commit de767c919b45d472d548003f8beae0805e112cf6. This will update automatically on new commits. Configure here.

Summary by CodeRabbit

  • Chores
    • Updated Docker Compose configuration for improved deployment orchestration and service management across multiple application services.
    • Refined environment configuration files to streamline setup for local development and production deployments, including database, Redis, RabbitMQ, and storage settings.

✏️ Tip: You can customize this high-level summary in your review settings.

saif-9-coder avatar Jan 08 '26 10:01 saif-9-coder