mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 19:59:41 +08:00
* chore(deps): update bytebase/dbhub docker tag to v0.7.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>
20 lines
459 B
YAML
20 lines
459 B
YAML
services:
|
|
dbhub:
|
|
image: bytebase/dbhub:0.7.0
|
|
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
|