earthcube / geocodes

This is the containers stacks to run geocodes
0 stars 0 forks source link

Add traefik routers to geocodes-services.yaml #10

Closed valentinedwv closed 1 year ago

valentinedwv commented 1 year ago

got notice that "xxx.gecodes.earthcube.org" certificates were expiring. They are not being used.

admin.geocodes.earthcube.org api.geocodes.earthcube.org graph.geocodes.earthcube.org oss.geocodes.earthcube.org spatial.geocodes.earthcube.org

ENV vars are defined as "xxx.geocodes-1.earthcube.org" facesetsearch using 'geocodes-1` DNS for xxx.geocodes WILL NEED UPDATING

right now:

Let's try:

MBcode commented 1 year ago

I set most of them to the new mknb2.py flask routes I'm trying for now; eg. txt_query and get_graph to keep them alive; but will transfer to the other services soon; maybe put above under utils. .. added beta. .. to redir to prod for now; will add my dev version soon graph does have blaze on it; we have to start filling the other repos soon; as ppl asked at agu

valentinedwv commented 1 year ago

Any notebook proxy code needs to be added to the ec utilitities, and then a new container will be built.

MBcode commented 1 year ago

As soon as we start testing it with dataset_s3_store.js? using it, I will have it in a branch, that we can merge w/PR after all are happy

issue 16 might be related, so will coordinate on this, by the hack/tnx for clarification below

valentinedwv commented 1 year ago

This is not talking about flask routes, it's talking about Traefik routes. If a change needs to be done to facetsearch code, then it's needs and issue, in the approriate repository.

On Mon, Jan 9, 2023 at 9:23 AM mike bobak @.***> wrote:

As soon as we start testing it with dataset_s3_store.js? using it, I will have it in a branch, that we can merge w/PR after all are happy

— Reply to this email directly, view it on GitHub https://github.com/earthcube/geocodes/issues/10#issuecomment-1375985616, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGP6SCUGI7P7A4JIM27U3TWRRCQHANCNFSM6AAAAAAS6XLJ4M . You are receiving this because you were assigned.Message ID: @.***>

MBcode commented 1 year ago

From last hack, mentioned I started using Caddy like Doug, for it's easier setup, and had it set up for all of them; but switched to the base stack setup only, which worked accept for warning on the traefik setup for portainer, so w/those commented out, still got all but 443, which I'll either try to reset that container, or take your suggestion on snapshotting and rerunning it all,

valentinedwv commented 1 year ago

The stack works. Instructions now clarified... if using ubuntu, remove the ubuntu docker packages. install official docker If you can't run "docker compose version" install official docker

After task is completed, then we can talk about a new reverse proxy.

valentinedwv commented 1 year ago

resolved with changes to tenant approach to facesearch