Deploying a Speckle server using Docker Compose

Hi,

We are trying to deploy a Speckle server using Docker Compose, using Quick start guide, provided in " [Getting Started - Speckle Docs]". The location is Azure enterprise scale Linux VM. We are using “docker-compose.yml” provided in the Speckle Docs as is, by updating only the IP addess of the VM for NUXT_PUBLIC_API_ORIGIN, NUXT_PUBLIC_BASE_URL, CANONICAL_URL and FRONTEND_ORIGIN. We need help on resolving the following error:

You could try adding

      REDIS_URL: 'redis://redis'
      PREVIEW_SERVICE_USE_PRIVATE_OBJECTS_SERVER_URL: 'true'
      PREVIEW_SERVICE_REDIS_URL: 'redis://redis'
      FILEIMPORT_SERVICE_USE_PRIVATE_OBJECTS_SERVER_URL: 'true'
      FILEIMPORT_SERVICE_REDIS_URL: 'redis://redis'

to your server environment variables if you want to use the docker network to address your redis container.

Thanks for the quick response. I was able to set up the server successfully now. Now I am facing another challenge. We are setting up the server in Azure enterprise scale linux VM. We need to Set up SSL certificates for production use. May I know how to set up SSL from our case.

1 Like

A post was split to a new topic: Adding SSL to Docker Compose

This topic was automatically closed after 180 days. New replies are no longer allowed.