Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run cloudbeaver manually inside a container #3341

Open
corpulent opened this issue Mar 26, 2025 · 1 comment
Open

Run cloudbeaver manually inside a container #3341

corpulent opened this issue Mar 26, 2025 · 1 comment

Comments

@corpulent
Copy link

Is it possible to run cloudbeaver server inside of a custom container? I need to start it using supervisord to have the ability to restart the server when connection configurations change.

# Dockerfile
FROM dbeaver/cloudbeaver:22.0.1

RUN apt-get update && apt-get install -y supervisor

COPY services.conf /etc/supervisor/conf.d/services.conf

EXPOSE 8978

CMD ["/usr/bin/supervisord"]

I start the server internally in the container, however the ui fails on http://localhost:8978/api/gql, with the error "(failed)net::ERR_CONNECTION_REFUSED".

My env vars are just

CB_SERVER_PORT: 8978
CB_SERVER_PUBLIC_URL: "0.0.0.0:8978"
@mayerro
Copy link
Member

mayerro commented Mar 27, 2025

Hi @corpulent
can you show content of services.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants