Socrates requires either Docker or Kubernetes to run.
The Docker method is intended for development or evaluation and not for Production as it is not easily scalable.
docker-compose.yaml file available in root.
docker-compose.yaml
docker-compose up
Helm Chart available in chart/
chart/
helm install -f values.yaml socrates .
Last updated 3 years ago