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
I assume this is on branch project/aries-performance?
The issue is the current manage script defines DEFAULT_CONTAINERS with a bunch of verifier-* docker services. Which are not defined in the current docker-compose.yml
Apologies this could definitely be better documented. I was actually running each of these actors in a "production-like" environment on separate VM's. So I was mostly working in the docker-compose.prod.yml file. Let me see if I can push a fix so you can run it locally.
Let me know if you run into further issues. I won't have time to fully test.
Also any P.R's for better documentation either within the notebooks themselves or in a markdown would be always welcome!
Although, I would actually recommend using ./manage production anyway. This basically removes ngrok from the config. Which had problems with rate limiting when I was developing this.
Production should still work with your local environment.
After I created the 4 env files with
I tried to start all with
$ ./manage.sh start
but without luck
What is missing?
The text was updated successfully, but these errors were encountered: