8000 chore: remove pgbouncer from AIO image except pg role [GEN-8039] by bmpandrade · Pull Request #920 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

chore: remove pgbouncer from AIO image except pg role [GEN-8039] #920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: add new line for docker aio config vector shell
  • Loading branch information
bmpandrade committed May 13, 2024
commit 55d2c0ad39e87d3fcfd1d1cd5aa742806eeb9b6d
3 changes: 2 additions & 1 deletion docker/all-in-one/init/configure-vector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ sed -i "s|{{ .ApiKey }}|$LOGFLARE_API_KEY|g" $VECTOR_CONF
sed -i "s|{{ .DbSource }}|$LOGFLARE_DB_SOURCE|g" $VECTOR_CONF
sed -i "s|{{ .GotrueSource }}|$LOGFLARE_GOTRUE_SOURCE|g" $VECTOR_CONF
sed -i "s|{{ .PostgrestSource }}|$LOGFLARE_POSTGREST_SOURCE|g" $VECTOR_CONF
sed -i "s|{{ .PitrErrorsSource }}|$LOGFLARE_PITR_ERRORS_SOURCE|g" $VECTOR_CONF
sed -i "s|{{ .PitrErrorsSource }}|$LOGFLARE_PITR_ERRORS_SOURCE|g" $VECTOR_CONF

0