Skip to content

Commit

Permalink
Use the postgres service instead of pgpool
Browse files Browse the repository at this point in the history
It seems the bootstrapper does not cater for a replicated postgres url.
  • Loading branch information
bradsawadye committed Jun 6, 2024
1 parent dac2806 commit 1c9b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-registry-jempi/docker-compose.combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
jempi-bootstrapper:
image: jembi/jempi-bootstrapper:${JEMPI_BOOTSTRAPPER_IMAGE_TAG}
environment:
POSTGRESQL_IP: ${JEMPI_POSTGRES_DB}
POSTGRESQL_IP: ${POSTGRES_SERVICE}
POSTGRESQL_PORT: 5432
POSTGRESQL_USER: ${JEMPI_POSTGRESQL_USERNAME}
POSTGRESQL_PASSWORD: ${JEMPI_POSTGRESQL_PASSWORD}
Expand Down

0 comments on commit 1c9b684

Please sign in to comment.