Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

postgrest version not found #46

Open Enrico-git opened 3 months ago

Enrico-git commented 3 months ago

It seems that after installying all the dependecies:

and applying bin/init the images are build properly.

The issues is when running bin/up it fails because it is trying to find postgrest/postgrest:v9.0.1.20220802 which is not available.

I solved the problem by modifying hubs-compose/dockerfiles/postgrest.Dockerfile to use v9.0.1

hrithikwins commented 3 months ago

https://github.com/mozilla/hubs-compose/pull/47 Solved in this pull request