You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
The following line: https://github.com/GLEIF-IT/reg-pilot-webapp/blob/main/docker-compose.yml#L7
is 2byrds/reg-webapp:latest
I don't have access to it or gleif-it/reg-webapp:latest, if that's intended on being a public repo.
When I try to substitute in what I think might be the nearest approximation, image: gleif-it/reg-pilot-webapp:latest, i run into issues later when running docker-compose up
Context: My objective is to set up a local environment that is as close as possible to what EBA might go into production with, or test environment preparations for that. I've successfully ran at least some of the vlei-verifier-workflows.
I also have questions whether reg-pilot-webapp docker should also stand up its dependencies (reg-pilot-api, which as I understand depends on reg-pilot-verifier and reg-pilot-filer) or I need to start those up separately.
The following line:
https://github.com/GLEIF-IT/reg-pilot-webapp/blob/main/docker-compose.yml#L7is
2byrds/reg-webapp:latestI don't have access to it or
gleif-it/reg-webapp:latest, if that's intended on being a public repo.When I try to substitute in what I think might be the nearest approximation,
image: gleif-it/reg-pilot-webapp:latest, i run into issues later when runningdocker-compose upContext: My objective is to set up a local environment that is as close as possible to what EBA might go into production with, or test environment preparations for that. I've successfully ran at least some of the vlei-verifier-workflows.
I also have questions whether reg-pilot-webapp docker should also stand up its dependencies (reg-pilot-api, which as I understand depends on reg-pilot-verifier and reg-pilot-filer) or I need to start those up separately.