Skip to content

Commit

Permalink
feat: add cloudbeaver
Browse files Browse the repository at this point in the history
  • Loading branch information
huang06 committed Dec 22, 2023
1 parent fa32964 commit 4c08962
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose-cloudbeaver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
version: "3"
services:
cloudbeaver:
image: docker.io/dbeaver/cloudbeaver:23.3.0
ports:
- 8080:8978
volumes:
- my_dbeaver:/opt/cloudbeaver/workspace
volumes:
my_dbeaver:

0 comments on commit 4c08962

Please sign in to comment.