Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.82k stars 2.34k forks source link

docker-compose fails with postgres #3591

Open abhilasha1307 opened 1 year ago

abhilasha1307 commented 1 year ago

Describe the bug docker-compose for conductor with postgres fails with errors related to JedisConnectionException

Details Conductor version: 3.13.5 Persistence implementation: Postgres

To Reproduce Steps to reproduce the behavior:

  1. Clone the conductor repository
  2. Go to conductor/server/build.gradle
  3. add this dependency : runtimeOnly 'com.netflix.conductor:conductor-postgres-persistence:3.13.5'
  4. Go to conductor/docker and run command : docker-compose -f docker-compose-postgres.yaml build
  5. Run docker-compose -f docker-compose-postgres.yaml up
  6. See error

Screenshots image

image (2)

image (3)

image (4)

abhilasha1307 commented 1 year ago

Link to PR : https://github.com/Netflix/conductor/pull/3590