Skip to content

omhq/cloudbeaver-in-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudbeaver in container

This repository bundles CloudBeaver Community Edition into a minimal Docker image that runs under Supervisor. Supervisor keeps the CloudBeaver Java process alive, watches your configuration files, and triggers an immediate, graceful restart whenever you:

  • edit anything inside /srv/cloudbeaver-workspace
  • change environment variables passed to the container
  • rotate logs or certificates

Why you might want it

Zero-downtime iteration - tweak users, drivers or auth settings and have CloudBeaver bounce itself.

Crash resilience - Supervisor automatically restarts CloudBeaver if it ever exits unexpectedly.

Single-process container - no sidecars or init scripts; everything is orchestrated by supervisord inside one PID namespace.

Drop-in for compose / Kubernetes - expose port 8978, mount a persistent volume for configs, and you're done.

Quickstart

make run

About

Self-healing CloudBeaver: a Supervisor-managed container that auto-reloads on every config change.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published