GitDeployHub

camel-ai/camel_web_app

github.com/camel-ai/camel_web_app ↗
Unknown stack
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DOMAIN Domain This would be set to the production domain with an env var on deployment
  • FRONTEND_HOST Used by the backend to generate links in emails to the frontend
  • INSTALL_DEV INSTALL_DEV: boolean, set to true to install dev dependencies
  • ENVIRONMENT Environment: local, staging, production
  • PROJECT_NAME
  • STACK_NAME
  • CELERY_BROKER_URL Celery
  • CELERY_RESULT_BACKEND
  • BACKEND_CORS_ORIGINS Backend
  • SECRET_KEY secret
  • FIRST_SUPERUSER
  • FIRST_SUPERUSER_PASSWORD secret
  • POSTGRES_SERVER Postgres
  • POSTGRES_PORT
  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • SENTRY_DSN
  • DOCKER_IMAGE_BACKEND Configure these with your own Docker registry images
  • DOCKER_IMAGE_FRONTEND
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/camel-ai/camel_web_app
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/camel-ai/camel_web_app
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/camel-ai/camel_web_app
Or deploy to a different host
← Try another repo