LogoLogo
Go to Syntho.AI
French (AI Translated)
French (AI Translated)
  • Welcome to Syntho
  • Vue d'ensemble
    • 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
  • Setup Workspaces
    • 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
  • Configurer une tâche de génération de données
    • Configure table settings
    • Configure column settings
      • AI-powered generation
        • Sequence model
          • Prepare your sequence data
      • Mockers
        • Consistent mapping
        • Supported languages
      • Duplicate
      • Exclude
      • Hashing
      • Calculated columns
      • Primary Key / Foreign Key
    • 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
  • Déployer Syntho
    • 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
  • Sous-ensemble
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • Syntho API
    • Syntho REST API
Powered by GitBook
On this page
  • Exigences logicielles
  • Adresse IP et port joignables
  • Réseau interne entre les instances VM

Was this helpful?

  1. Déployer Syntho
  2. Introduction
  3. Requirements

Requirements for Docker deployments

PreviousRequirementsNextRequirements for Kubernetes deployments

Last updated 11 months ago

Was this helpful?

Exigences logicielles

Si vous utilisez Docker, les éléments suivants doivent être installés sur vos machines virtuelles:

  • Docker Engine 20.10.x installé.

    • Veuillez consulter le pour les instructions d'installation.

  • docker-compose 2.x.x installé.

    • Veuillez consulter le pour les instructions d'installation.

  • Les docker-compose La version du fichier utilisée est la version 3.

Adresse IP et port joignables

Si aucun proxy inverse n'est défini, il devrait y avoir un IP address et les ports sortants définis pour l'application Syntho. Par défaut, les ports, le port est 3000 pour notre interface web. Notre API backend utilisera le port 8000 par défaut.

Réseau interne entre les instances VM

Il est recommandé de mettre en place un réseau interne entre les instances. Les instances qui exécutent notre cluster AI utiliseront les ports 6379, 10001, et 8265. D'autres ports au-dessus de certaines plages peuvent être utilisés en cas de communication entre les nœuds de la grappe AI.

Les instances d'application qui exécutent les API et l'interface web ne communiqueront avec le cluster d'IA que par le port 10001. Ce port et le port 8265 doivent être accessibles à l'instance d'application.

official docker documentation
official docker compose documentation