Below steps will guide you through deploying Multiwoven on a server using Docker Compose. We require PostgreSQL database to store meta data for Multiwoven. We will use Docker Compose to deploy Multiwoven and PostgreSQL. Important Note: TLS is mandatory for deployment. To successfully deploy the Platform via docker-compose, you must have access to a DNS record and obtain a valid TLS certificate from a Certificate Authority. You can acquire a free TLS certificate using tools like CertBot, Let’s Encrypt, or other ACME-based solutions. If using a reverse proxy (e.g., Nginx or Traefik), consider integrating an automated certificate management tool such as letsencrypt-nginx-proxy-companion or Traefik’s built-in Let’s Encrypt support.Documentation Index
Fetch the complete documentation index at: https://docs.squared.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
All our Docker images are available in x86_64 architecture, make sure your server supports x86_64 architecture.
Deployment options
Multiwoven can be deployed using two different options for PostgreSQL database.- In-built PostgreSQL
- Cloud PostgreSQL
- Create a new directory for Multiwoven and navigate to it.
- Download the production
docker-compose.ymlfile from the following link.
- Download the
.env.productionfile from the following link.
- Rename the file .env.production to .env and update the environment variables if required.
- Start the Multiwoven using the following command.
- Stopping Multiwoven
- Upgrading Multiwoven
Accessing Multiwoven
Once the Multiwoven is up and running, you can access it using the following URL and port. Multiwoven Server URL:If you are using a custom domain you can update the
API_HOST and UI_HOST environment variable in the .env file.Important considerations
-
Make sure to update the environment variables in the
.envfile before starting the Multiwoven. - Make sure to take regular backups of the PostgreSQL database.
- If you are using a custom domain, make sure to update the
API_HOSTandUI_HOSTenvironment variables in the.envfile.