Windows 10 machine - Installing Speckle Server

Hello @gergo,
well, I had to use your speckle-frontend in Docker Hub to make this work.

I registered but when I try to login, I get “Failed to fetch”.

Details:

  1. I have used your configuration but speckle-frontend does not start. Using docker run command throw this error:

standard_init_linux.go:228: exec user process caused: no such file or directory

Using Docker hub image, I succeeded.

  1. I did a register and then I tried to login. I get now an error, “Failed to fetch”. See previous images.

Using CANONICAL_URL: ‘http://127.0.0.1:5066’, I have this logging in Speckle Server.

I saw a topic here about this error (Speckle server issues). I edited CANONICAL_URL to:

CANONICAL_URL: ‘http://speckle-server’, where speckle-server is the container name for Speckle Server

Now the logging in Speckle Server is this one:

Additional Details:

  1. For some reason, the speckle frontend does not start, and I start to believe that if my machine was Linux, it will work, but in my windows 10 machine, there are here something specific to windows that prevent docker to create an image.

So I decided to use Docker Hub image for speckle frontend.

  1. I edited your YML configuration with this networks:

networks:
default:
name: speckle-network
driver: bridge

  1. Then I connected the Speckle Frontend (from Docker Hub) to this network:

docker network disconnect bridge speckle-frondend, where speckle-frondend is the container name
docker network connect speckle-network speckle-frondend

  1. Attached the YML file I am using now:
    docker-compose-alberto-v2.yml (3.4 KB)

Regards,
Alberto