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 3, 2025. It is now read-only.
sudo docker-compose up -d --no-deps --build <groot-service>
sudo docker-compose -f docker-compose-prod.yml up -d --no-deps --build <groot-service>
In Production
Note that to use the production docker-compose manifest, you need to add -f docker-compose-prod.yml to your commands. (i.e. sudo docker-compose -f docker-compose-prod.yml up -d --no-deps groot-api-gateway)
Viewing Logs
sudo docker-compose logs -f
Create a new client key
sudo docker-compose run groot-api-gateway ./build/groot-api-gateway -r <client_name>
Check a client key
sudo docker-compose run groot-api-gateway ./build/groot-api-gateway -c <client_key>