Skip to content

Instantly share code, notes, and snippets.

@jalallinux
Created December 23, 2022 20:20
Show Gist options
  • Save jalallinux/20d38571190fe48da868ce7fcb6e134c to your computer and use it in GitHub Desktop.
Save jalallinux/20d38571190fe48da868ce7fcb6e134c to your computer and use it in GitHub Desktop.
version: '3'
services:
dbeaver:
container_name: cloudbeaver
image: dbeaver/cloudbeaver:latest
restart: unless-stopped
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
- 8080:8978
volumes:
- /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment