Hi Team Speckle, currently I am trying to create droplets using Digital Ocean. Why do I get error: “[Errno -2] Name or service not known speckle” when I insert the domain name I create? And if I choose not to use the domain, it will give this error
Traceback (most recent call last):
File “/opt/speckle-server/setup.py”, line 225, in
main()
File “/opt/speckle-server/setup.py”, line 174, in main
subprocess.run(
File “/usr/lib/python3.8/subprocess.py”, line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘[‘bash’, ‘-c’, ‘cd “/opt/speckle-server”; docker compose up -d’]’ returned non-zero exit status 125.
Our DigitalOcean 1-click method of deployment has unfortunately not kept up to date with recent developments, resulting in these reported issues, and we have no immediate plans to address it. We’ve today updated our documentation to reflect this.
One comment; you shouldn’t need to build the images so should be able to ignore the docker compose build step. The docker-compose file described in the documentation references Speckle’s prebuilt images and doesn’t include build instructions.
I assume the docker compose build step ran very quickly?
You would only need to build images if you have forked and changed the source code, and used the docker-compose file found in our source code; as described in this optional section: Deploying a Server - Docker Compose | Speckle Docs