# fly.toml app configuration file generated for orion-plane on 2024-06-29T13:11:37-05:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'orion-plane' primary_region = 'ord' [build] dockerfile = "Dockerfile" [env] AWS_S3_BUCKET_NAME = 'uploads' AWS_S3_ENDPOINT_URL = 'http://localhost:9000' CORS_ALLOWED_ORIGINS = 'http://plane.scour.cc' DATABASE_URL = 'postgresql://plane:plane@localhost:5432/plane' DEBUG = '0' ENABLE_EMAIL_PASSWORD = '0' ENABLE_MAGIC_LINK_LOGIN = '0' ENABLE_SIGNUP = '0' FILE_SIZE_LIMIT = '5242880' GUNICORN_WORKERS = '2' NEXT_PUBLIC_DEPLOY_WITH_NGINX = '1' NEXT_PUBLIC_ENABLE_OAUTH = '0' NEXT_PUBLIC_ENABLE_SENTRY = '0' NEXT_PUBLIC_ENABLE_SESSION_RECORDER = '0' NEXT_PUBLIC_TRACK_EVENTS = '0' NGINX_PORT = '80' PGDATABASE = 'plane' PGHOST = 'localhost' PGPASSWORD = 'plane' PGUSER = 'plane' POSTGRES_PASSWORD = 'plane' POSTGRES_USER = 'plane' REDIS_HOST = 'localhost' REDIS_PORT = '6379' REDIS_URL = 'redis://localhost:6379/' SENTRY_ENVIRONMENT = 'development' USE_MINIO = '1' WEB_URL = 'http://plane.scour.cc' [[mounts]] source = 'volume' destination = '/ext' [http_service] internal_port = 80 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 1 processes = ['app'] [[vm]] size = 'shared-cpu-2x' memory = '1gb'