Unanswered
Second Question: I Want To Run Clearml-Server Without Fileserver. However, It Seems Like The Webserver Has Some Dependency On It (I Get Some Nginx Error). Am I Assuming Correct, That It Is Currently Not Possible To Run Clearml Without Fileservers?
ReassuredTiger98 this is simply because the nginx is configured with the fileserver address and fails because the address itself is invalid - I think that if you override this address with something valid (even though that's not a proper fileserver) the error should not appear. Try setting the NGINX_FILESERVER_ADDRESS
env var in the docker compose for the webserver with something like http://apiserver:8008
172 Views
0
Answers
2 years ago
one year ago