1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-11 07:12:30 +08:00
1Panel-Appstore/dbhub/0.3.3/docker-compose.yml
renovate[bot] a83dfb4e00 chore(deps): update bytebase/dbhub docker tag to v0.3.3 (#3756)
* chore(deps): update bytebase/dbhub docker tag to v0.3.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>
2025-04-23 18:00:48 +08:00

20 lines
459 B
YAML

services:
dbhub:
image: bytebase/dbhub:0.3.3
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
init: true
command:
- "--transport"
- "sse"
- "--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