LogoLogo
Go to Syntho.AI
Dutch (AI Translated)
Dutch (AI Translated)
  • Welcome to Syntho
  • Overzicht
    • 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
  • Werkruimten instellen
    • 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
  • Een gegevensgeneratietaak configureren
    • 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
  • Syntho implementeren
    • 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
  • Subsetting
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • Syntho API
    • Syntho REST API
Powered by GitBook
On this page
  • Software vereisten
  • Bereikbaar IP-adres en poort
  • Interne netwerken tussen VM-instanties

Was this helpful?

  1. Syntho implementeren
  2. Introduction
  3. Requirements

Requirements for Docker deployments

PreviousRequirementsNextRequirements for Kubernetes deployments

Last updated 11 months ago

Was this helpful?

Software vereisten

Als je Docker gebruikt, het volgende moet worden geïnstalleerd op je VM's:

  • Docker Engine 20.10.x geïnstalleerd.

    • Zie de voor de installatie-instructies.

  • docker-compose 2.x.x geïnstalleerd.

    • Zie de voor de installatie-instructies.

  • De docker-compose De gebruikte bestandsversie is versie 3.

Bereikbaar IP-adres en poort

Als er geen reverse proxy is gedefinieerd, moet er een bereikbare IP address en uitgaande poorten gedefinieerd voor de Syntho Applicatie. Standaard, de poort is 3000 voor onze webinterface. Onze backend API gebruikt standaard poort 8000.

Interne netwerken tussen VM-instanties

Een intern netwerk tussen de instanties wordt aanbevolen. De instanties die ons AI cluster draaien zullen poorten 6379 gebruiken, 10001, en 8265. Andere poorten boven bepaalde bereiken kunnen worden gebruikt in geval van communicatie tussen AI-clusterknooppunten.

De applicatie-instanties die de API's en webinterface uitvoeren, communiceren alleen via poort 10001 met het AI cluster. Deze poort en poort 8265 moeten toegankelijk zijn voor de applicatie-instantie.

official docker documentation
official docker compose documentation