Hello everyone!
help with deployment in docker what am I doing wrong?
used the manual at the link
all containers are running, but not all have healed status
some started
Network speckle-server Created 0.0s Container speckle-server-postgres-1 Healthy 6.0s Container speckle-server-speckle-ingress-1 Started 0.5s Container speckle-server-redis-1 Healthy 6.0s Container speckle-server-minio-1 Healthy 5.5s Container speckle-server-speckle-frontend-2-1 Started 0.5s Container speckle-server-speckle-server-1 Healthy 16.7s Container speckle-server-fileimport-service-1 Started 16.9s Container speckle-server-webhook-service-1 Started 17.0s Container speckle-server-preview-service-1 Started
I can log into the service, register
but in Revit, for example, I see a black window from the connector without the ability to connect to a custom server
ok, I think
there is a manual json setting
how to name a file by path
%appdata%\Speckle\Accounts
?
any name? named account.json
inserted my values.
doesn’t work..it doesn’t try to connect to the home server, black connector window
(my firewall on the output of winrente is closed to everything, but in the local network 192.168.0.0/20 it is also open to everything) that is, the server is accessible on all ports from the host with revit
Sorry to hear that you are encountering issues. Can you provide a little bit more context around the following issues:
Which url did you use, and were you able to validate your one time code when registering?
also when opening the service in the browser, this error occurs.. Error 500
Which service and what url were you attempting to access?
If you do continue to encounter 500 errors, please view the logs of container speckle-server-speckle-server-1, which may include some additional information to help you debug your problems.
This is likely incorrect, the backend API origin is intended to be the private url of the service as accessed via the Docker network, in this case it should be http://speckle-server:3000. Port 3000 isn’t exposed to the internet, so is likely not reachable at http://speckle.domain.com:3000.