Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.21 KB

header

 

🚀 Manual Deployment

Fill out all curly brackets in deploy.sh.

The following are required:

  • DB_URL: Database endpoint
  • DB_USERNAME: Database username
  • DB_PASSWORD: Database password
  • MAIL_USERNAME: Email SMTP username
  • MAIL_PASSWORD: Email SMTP password
  • GPT_KEY: OpenAI API key
  • AWS_REGION: AWS region
  • S3_BUCKET: AWS S3 bucket name
  • S3_ACCESS_KEY: AWS S3 access key
  • S3_SECRET_KEY: AWS S3 secret key
  • JWT_SECRET: JWT secret key

Make sure docker is installed in your system then execute:

./deploy.sh