julep-ai / julep

Build AI agents and workflows with a simple API. Supabase for AI agents
https://julep.ai
Apache License 2.0
883 stars 69 forks source link

fix: Get PostgreSQL settings via env vars #509

Closed whiterabbit1983 closed 2 weeks ago

whiterabbit1983 commented 2 weeks ago

[!IMPORTANT]. Update PostgreSQL settings in scheduler/docker-compose.yml to use environment variables for dynamic configuration.. .

  • Environment Variables:.
    • Updated DB, DB_PORT, and DB_HOST in scheduler/docker-compose.yml to use environment variables TEMPORAL_POSTGRES_DB, TEMPORAL_POSTGRES_PORT, and TEMPORAL_POSTGRES_HOST with default values..
  • Configuration:.
    • Allows dynamic configuration of PostgreSQL settings via environment variables, enhancing flexibility.. . This description was created by Ellipsis for 1b87f6b757e4d18dba0d3fdc40a14ccaff978bb5. It will automatically update as commits are pushed.