-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Get OTA running in docker compose #1175
Comments
I pulled the image with the matching hash, but I still have the same error. When I run: I get: And the output of
|
which commit of edit.tosdr.org are you on? any uncommitted changes? |
you can run |
I'm on commit:
I followed your steps and I still have the same error. |
Hm, weird! Maybe it will go away. |
I pushed the ota image version 1.1, you should now see:
|
I pushed the ota image version 1.2, you should now see:
|
OK we both saw this fail in gitpod, but it seems to work in Docker Desktop on Mac. Su.per.weird. Maybe the sandboxing is different if the host system is on ubuntu? |
* starts implementation of engine * working implementation of request to node server * includes net::http implementation if preferred * implementation of node server in app - not working * disable Rack Attack * seed DocumentTypes * schema changes in dev DO NOT MERGE * Document how to see document_types * Add ota server * image: pondersource/tosdr-ota:1.0 * ota image v1.1 * Use tosdr-ota:1.2 * Ref https://pptr.dev/guides/docker#usage, fix #1175 * Use pondersource/tosdr-ota:1.3 * manages ota env variables * makes flash errors more robust * implements ota crawler functionality, error handling for relevant methods * updates views to account for new ota crawler * removes outdated references to old crawlers * removes ota engine dependency -- no longer needed! * removes useless code * removes yarn dependencies for ota engine * clarifies standard error * resolves conflict * updates postgres to 14 to bring in line with produciton * upgrades postgres in dev * configures database for proper simulation of production env * implements way to restore elasticsearch if documents missing for annotations * adds last crawl date to documents * adds es volumes * refactor * handles missing points after new crawl * validates and converts selector * implements way to restore annotations in es * comments out useless code --------- Co-authored-by: Michiel de Jong <[email protected]>
On my machine I can do:
And then in a second terminal window:
@madoleary is this working for you too?
I just did a docker push so I think a
docker pull pondersource/tosdr-ota
should give you:and then it should work!
The text was updated successfully, but these errors were encountered: