Skip to main content

Run the supplied containers

Use the Compose files and images delivered for your IntraCord installation. Before starting, prepare Docker Engine with the Compose plugin, the configuration values, persistent storage and the public gateway address.

Start from the production configuration

The Linux installation guide contains the complete command using docker-compose.yaml, docker-compose.production.yaml and .env.production. Run it from the supplied repository root. Replace every placeholder in the environment file before creating containers.

The application runtime depends on PostgreSQL, Redis and the object store. The gateway routes UI, API and audio connections. A TURN relay helps browser media cross network boundaries. Give the data services durable storage before accepting calls.

Confirm the installation

Inspect container status and startup logs. Confirm migrations complete, sign in through the gateway, configure models and make one browser test call. An HTTP health response alone does not verify audio or model credentials.

Review backup and recovery before updating persistent services.