yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.13k stars 155 forks source link

Docker compose deploy #622

Open DenisKirichenko24 opened 1 week ago

DenisKirichenko24 commented 1 week ago

Hello guys, is there any guide or instruction for Yandex Odyssey docker deploy?

Cause i was trying to use this one and I successfully started 2 containers (odyssey-openldapr-1 and odyssey-dev) but odyssey-odyssey-1 container gave me an error

exec /usr/local/bin/entrypoint.sh: no such file or directory

I managed to fix it with permissions but after this I am facing another error

odyssey-odyssey-1 | 406 2024-06-25T15:33:14Z info (startup) none Starting Odyssey odyssey-odyssey-1 exited with code 0

Also i tried to make Helm chart and deploy it in our k8s instance but no luck and received second error

Am I missing something?

Any suggestions will be much appreciated

Thanks a lot