LogoLogo
Go to Syntho.AI
Japanese (AI Translated)
Japanese (AI Translated)
  • Welcome to Syntho
  • 概要
    • About Syntho
    • Get started
      • Introduction to data generation methods
      • Use Case: AI-generated synthetic data
      • Use Case: AI-generated synthetic time series data
      • Use Case: Database de-identification
    • Frequently asked questions
  • ワークスペースの設定
    • View workspaces
    • Create a workspace
      • Connect to a database
        • PostgreSQL
        • MySQL / MariaDB
        • Oracle
        • Microsoft SQL Server
        • DB2
        • Databricks
        • Hive
        • SAP Sybase
        • Azure Data Lake Storage (ADLS)
        • Amazon Simple Storage Service (S3)
    • Edit a workspace
    • Delete a workspace
    • Share a workspace
    • Transfer workspace ownership
  • データ生成ジョブの設定
    • Configure table settings
    • Configure column settings
      • AI-powered generation
        • Sequence model
          • Prepare your sequence data
      • Mockers
        • Consistent mapping
        • Supported languages
      • Duplicate
      • Exclude
      • Hash
      • Calculated columns
      • Primary Key / Foreign Key
        • Key generators
    • Manage personally identifiable information (PII)
      • Discover and de-identify PII columns
        • Identify PII columns manually
        • Automatic PII discovery with PII scanner
      • Remove columns from PII list
      • Automatic PII discovery and de-identification in free text columns
      • Supported PII & PHI entities
    • Manage foreign keys
      • Foreign key inheritance
      • Add virtual foreign keys
        • Add virtual foreign keys
        • Use foreign key scanner
        • Import foreign keys via JSON
        • Export foreign keys via JSON
      • Delete foreign keys
      • Circular foreign key references
    • Validate and Synchronize workspace
    • View and adjust generation settings
    • Table relationships
      • Verify foreign keys
      • Synthesize individual tables with automatic key matching
      • De-identify PII columns
  • デプロイ・シント
    • Introduction
      • Syntho architecture
      • Requirements
        • Requirements for Docker deployments
        • Requirements for Kubernetes deployments
      • Access Docker images
        • Using internet
        • Without internet
    • Deploy Syntho using Docker
      • Preparations
      • Deploy using Docker Compose
      • Run the application
      • Manually saving logs
    • Deploy Syntho using Kubernetes
      • Preparations
      • Deploy Ray using Helm
        • Troubleshooting
      • Deploy Syntho using Helm
      • Validate the deployment
      • Troubleshooting
      • Upgrading the applications
    • Manage users and access
      • Single Sign-On (SSO) in Azure
      • Manage admin users
      • Manage non-admin users
    • Logs and monitoring
  • サブセット
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • シンセAPI
    • Syntho REST API
Powered by GitBook
On this page
  • Dockerデプロイメントの要件
  • # ソフトウェアの要件
  • 到達可能なIPアドレスとポート
  • VMインスタンス間の内部ネットワーク

Was this helpful?

  1. デプロイ・シント
  2. Introduction
  3. Requirements

Requirements for Docker deployments

PreviousRequirementsNextRequirements for Kubernetes deployments

Last updated 9 months ago

Was this helpful?

Dockerデプロイメントの要件

# ソフトウェアの要件

Dockerでデプロイする場合, 以下をVMにインストールする必要があります。:

  • Docker Engine 20.10.xをインストールしました。

    • をご覧ください。 をご覧ください。

  • docker-compose 2.x.xをインストールした。

    • をご覧ください。 をご覧ください。

  • について docker-compose ファイルのバージョンはバージョン3である。

到達可能なIPアドレスとポート

リバースプロキシが定義されていない場合, 到達可能な IP address と送信ポートが Syntho アプリケーションに定義されています。デフォルトでは, の場合、ウェブ・インターフェースのポートは3000です。バックエンドAPIはデフォルトでポート8000を使用します。

VMインスタンス間の内部ネットワーク

インスタンス間の内部ネットワークを推奨します。AIクラスタを実行するインスタンスはポート6379を使用します。, 10001, および8265を使用します。AIクラスタ・ノード間の通信では、特定の範囲以上の他のポートが使用される場合がある。

APIとWebインタフェースを実行するアプリケーション・インスタンスは、ポート10001を介してのみAIクラスタと通信します。このポートとポート8265はアプリケーション・インスタンスにとってアクセス可能でなければなりません。

official docker documentation
official docker compose documentation