現代資料庫管理工具: Bytebase

現代資料庫管理工具: Bytebase
Photo by Carlos Muza / Unsplash

Official Website

Database CI/CD | Database DevOps | Schema Migration | Bytebase
Database schema migration and version control, Database CI/CD, and DevOps for developers and DBAs

version: '3.8'

services:
  bytebase:
    image: bytebase/bytebase:2.22.1
    container_name: bytebase
    init: true
    ports:
      - "8080:8080"
    volumes:
      - ~/.bytebase/data:/var/opt/bytebase
    restart: always

docker-compose.yml