-
Notifications
You must be signed in to change notification settings - Fork 16
Fix no such container error with docker-compose #758
Conversation
|
@pattisdr some of the |
|
interesting, I still couldn't get I can switch back to this branch and experiment some more tomorrow. I don't know if it's my M1 Mac but docker has always been slow and lately it's become painfully slow. Difficult to iterate quickly on testing things. |
|
Very interesting, Docker is painfully slow for me also. I think it is our image and not the M1 because I had the same issue before I officially started working and was using my Linux computer. |
|
I got it to work in all the places I have seen it fail by removing the |
|
I think what is happening on my end is that the webserver container is failing, so I can't exec into it and run the quickstart or user script: |
|
Some of the dependencies listed there are older than the current ones in requirements.txt which makes me think it might be using an old container. If you run |
|
trying again! I did run |
|
I did just get the quickstart running after your command, instead of clearing out with |
|
OK! Unrelated to this PR, I can't complete the quickstart in full, because it looks for results of a privacy request and this now seems to be timing out. Possibly related to Celery. EDIT: Turns out it was related! |
pattisdr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for tracking down that last issue with the quickstart @seanpreston and good find with the container_name @sanders41
Co-authored-by: Paul Sanders <pau@ethyca.com> Co-authored-by: Sean Preston <sean@ethyca.com>
Purpose
Fix the error when running
run_infrastructure.pyChanges
IMAGE_NAMEtofidesops_webservercontainer_nameto docker-compose filesChecklist
CHANGELOG.mdfileCHANGELOG.mdfile is being appended toUnreleasedsection in an appropriate category. Add a new category from the list at the top of the file if the needed one isn't already there.Run Unsafe PR Checkslabel has been applied, and checks have passed, if this PR touches any external servicesTicket
Fixes #756