1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-26 10:54:59 +08:00
1Panel-Appstore/dbhub/0.9.0/docker-compose.yml
renovate[bot] 9abf82dd12 chore(deps): update bytebase/dbhub docker tag to v0.9.0 (#4131)
* chore(deps): update bytebase/dbhub docker tag to v0.9.0

* 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>
2025-06-15 17:02:42 +08:00

20 lines
460 B
YAML

services:
dbhub:
image: bytebase/dbhub:0.9.0
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
init: true
command:
- "--transport"
- "http"
- "--port"
- "8080"
- "--dsn"
- "${DBHUB_DB_TYPE}://${DBHUB_DB_USER}:${DBHUB_DB_USER_PASSWORD}@${DBHUB_DB_ADDRESS}:${DBHUB_DB_PORT}/${DBHUB_DB_NAME}"
networks:
1panel-network:
external: true