feat: add cloudbeaver template

This commit is contained in:
christiankolbow
2024-08-22 16:38:36 +02:00
parent 69fc4c7f52
commit f3360beafe
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# documentation: https://dbeaver.com/docs/cloudbeaver/
# slogan: CloudBeaver is a lightweight web application designed for comprehensive data management.
# tags: dbeaver, data management, data, database, mysql, postgres, sqlite, sql, mongodb
# logo: svgs/cloudbeaver.svg
services:
cloudbeaver:
restart: unless-stopped
image: dbeaver/cloudbeaver:24.1.5
volumes:
- cloudbeaver:/opt/cloudbeaver/workspace
environment:
- SERVICE_FQDN_CLOUDBEAVER_8978
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8978/"]
interval: 5s
timeout: 20s
retries: 10