conductor
conductor copied to clipboard
docker-compose fails with postgres
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:
- Clone the conductor repository
- Go to conductor/server/build.gradle
- add this dependency : runtimeOnly 'com.netflix.conductor:conductor-postgres-persistence:3.13.5'
- Go to conductor/docker and run command : docker-compose -f docker-compose-postgres.yaml build
- Run docker-compose -f docker-compose-postgres.yaml up
- See error
Screenshots
Link to PR : https://github.com/Netflix/conductor/pull/3590