conductor icon indicating copy to clipboard operation
conductor copied to clipboard

docker-compose fails with postgres

Open abhilasha1307 opened this issue 1 year ago • 1 comments

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 avatar Apr 21 '23 12:04 abhilasha1307

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

abhilasha1307 avatar Apr 21 '23 12:04 abhilasha1307