It seems that after installying all the dependecies:
- docker-compose
- mutagen
- mutagen-compose
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
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