Skip to content

Commit

Permalink
build(engine): Add tracecat db uri env var to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 26, 2024
1 parent e56919b commit e0b5786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
TRACECAT__SIGNING_SECRET: ${TRACECAT__SIGNING_SECRET}
TRACECAT__SERVICE_KEY: ${TRACECAT__SERVICE_KEY}
TRACECAT__DB_ENCRYPTION_KEY: ${TRACECAT__DB_ENCRYPTION_KEY}
TRACECAT__DB_URI: ${TRACECAT__DB_URI}
TRACECAT__RUNNER_URL: ${TRACECAT__RUNNER_URL}
SUPABASE_JWT_SECRET: ${SUPABASE_JWT_SECRET}
SUPABASE_JWT_ALGORITHM: ${SUPABASE_JWT_ALGORITHM}
Expand All @@ -37,6 +38,7 @@ services:
TRACECAT__SIGNING_SECRET: ${TRACECAT__SIGNING_SECRET}
TRACECAT__SERVICE_KEY: ${TRACECAT__SERVICE_KEY}
TRACECAT__DB_ENCRYPTION_KEY: ${TRACECAT__DB_ENCRYPTION_KEY}
TRACECAT__DB_URI: ${TRACECAT__DB_URI}
TRACECAT__RUNNER_URL: ${TRACECAT__RUNNER_URL}
OPENAI_API_KEY: ${OPENAI_API_KEY}
SUPABASE_PSQL_URL: ${SUPABASE_PSQL_URL}
Expand Down

0 comments on commit e0b5786

Please sign in to comment.