1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 00:59:40 +08:00
1Panel-Appstore/bytebase/3.0.1/docker-compose.yml
renovate[bot] 68a2aa5df0 chore(deps): update bytebase/bytebase docker tag to v3.0.1 (#2424)
* chore(deps): update bytebase/bytebase docker tag to v3.0.1

* 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>
2024-11-05 17:52:34 +08:00

18 lines
343 B
YAML

services:
bytebase:
image: bytebase/bytebase:3.0.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data:/var/opt/bytebase
init: true
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true