Replies: 1 comment
-
It's close, but there is no solution :S |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, I am trying to start pact broker docker container from my local machine to connect to an RDS postgresql instance that is public and I can connect to from psql. I set the environment variable as such:
PACT_BROKER_DATABASE_URL='postgres://${USERNAME}:${PASSWORD}!@pactbroker-postgresdb-instance-*blahblahblah*.rds.amazonaws.com/postgres?sslmode=disable'
and try to start the container with
docker run pactfoundation/pact-broker
but am getting this error. It looks like it's still trying to use the local postgresql instance instead of the remote one I set up. Any ideas? Thank you in advance!Beta Was this translation helpful? Give feedback.
All reactions