appstore-1panel/apps/bytebase/2.22.1/docker-compose.yml
renovate[bot] 59da4822ee
chore(deps): update bytebase/bytebase docker tag to v2.22.1 (#1845)
* chore(deps): update bytebase/bytebase docker tag to v2.22.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-08-01 10:22:27 +08:00

18 lines
344 B
YAML

services:
bytebase:
image: bytebase/bytebase:2.22.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