Clone this repo:
  1. 8e07d97 Merge pull request #1 from ResilientEcosystem/rj-add-support-to-arm64 by Apratim Shukla · 4 weeks ago main
  2. af3ae23 add support to arm64 by Rajaram Joshi · 4 weeks ago rj-add-support-to-arm64
  3. 8340c9f Fixed license by Apratim Shukla · 7 weeks ago
  4. b87f829 Update README.md by Apratim Shukla · 7 weeks ago
  5. 678be19 Added Apache release files by Apratim Shukla · 7 weeks ago

resilientdb-ansible

Docker image to provision and run ResilientDB along with supporting services (GraphQL, Crow HTTP server, Nginx) using systemd and Ansible.


Quick Start

Build the Docker image:

docker build -t resilientdb-ansible .

Run the container:

docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 80:80 -p 18000:18000 -p 8000:8000 resilientdb-ansible