Skip to content

Commit

Permalink
fix: add temp ?sslmode=disable to electric url due to electric#1792
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 18, 2024
1 parent fcf9a63 commit 685cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ services:
migrations:
condition: service_completed_successfully
environment:
DATABASE_URL: postgresql://${FMTM_DB_USER:-fmtm}:${FMTM_DB_PASSWORD:-fmtm}@${FMTM_DB_HOST:-fmtm-db}/${FMTM_DB_NAME:-fmtm}
DATABASE_URL: postgresql://${FMTM_DB_USER:-fmtm}:${FMTM_DB_PASSWORD:-fmtm}@${FMTM_DB_HOST:-fmtm-db}/${FMTM_DB_NAME:-fmtm}?sslmode=disable
# OTEL_EXPORT: otlp
# OTLP_ENDPOINT: https://...

Expand Down

0 comments on commit 685cae7

Please sign in to comment.