init commit to create the project
This commit is contained in:
commit
9fe3f3bb8e
18
compose.yml
Normal file
18
compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
cloudbeaver:
|
||||||
|
image: dbeaver/cloudbeaver:latest
|
||||||
|
container_name: cloudbeaver
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8978:8978"
|
||||||
|
volumes:
|
||||||
|
- cloudbeaver-data:/opt/cloudbeaver/workspace
|
||||||
|
networks:
|
||||||
|
- homelab
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
cloudbeaver-data:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
homelab:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue
Block a user