supabase / supavisor

A cloud-native, multi-tenant Postgres connection pooler.

Home Page:https://supabase.github.io/supavisor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run the supavisor in docker

kesavkolla opened this issue · comments

Bug report

  • [x ] I confirm this is a bug with Supabase, not with my own application.
  • [x ] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

Started running supavisor docker container and the container is not starting at all. I am getting the following error:

Setting RLIMIT_NOFILE to 100000
eaddrnotavail
Protocol 'inet6_tcp': register/listen error:

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

docker run -d --name pgpool supabase/supavisor:0.9.32

Expected behavior

Container should be up and running.

System information

  • OS: Ubuntu 22.04

Hey @kesavkolla,

Thanks for reporting the issue- could you try the docker compose file in this PR: #215 and let me know if it works for you?

Hey team,

Going to close for now but feel free to let me know if there are still issues with the dockerfile.

Thanks!