mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 12:01:54 +08:00
e567123c92
* chore(deps): update dbeaver/cloudbeaver docker tag to v24.2.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
16 lines
356 B
YAML
16 lines
356 B
YAML
services:
|
|
cloudbeaver:
|
|
image: dbeaver/cloudbeaver:24.2.3
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: unless-stopped
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8978
|
|
volumes:
|
|
- ./data:/opt/cloudbeaver/workspace
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true |