-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failure #7
Comments
Missed the first part apologies! So, mongo keeps restarting and spits out this error Also, i'm wondering if you can create a version of this with mongo v4? V5 and up require AVX extensions, and a lot of NAS's won't have the CPU to be able to run this once it is built due to the lack of those extensions in the CPU. |
Hey @jameslashmar sry i just saw the issue! deadline-container/docker-compose.yml Line 21 in f950de6
Docker hub has this https://hub.docker.com/layers/library/mongo/4.4.27/images/sha256-440b3b7bc44e1918b05f7bb6d6326534cb84a3db4fff00861624f9d13437bc0a?context=explore so change the line to from mongo:5 to mongo:4.4.27 and you should be good to go. Let me know how it goes! |
For the missing folders, DB should be created automaticaly and the webui you have to pull with make webapp: ## Download - Install Deadline Web App so run |
As for the docker errors, what docker are you running on your NAS? If you can use, use make commands to startup and setup everything |
Also last one thing :) |
Hey! Thanks for creating this!
I'm looking to run this on my NAS but i've hit a roadblock.
So i've pulled the repo and tried to run everything. Firstly I was getting an error about a string value when trying to run
docker compose up
. I fixed this by adjustingrestart :no
torestart: "no"
in the yaml.Then the tried
compose up
again, followed by running the yaml. It did a ton of stuff, progress!I noticed that the db and deadline-web-app folders are missing, so i created those, but now i'm missing the dockerfile for the web-app i think? This is the error
The yaml states
dockerfile: Dockerfile
but there isn't one.The text was updated successfully, but these errors were encountered: