Repository containing a docker-compose.yaml configuration to deploy the entire Subjekt ecosystem.
- First, make sure you have docker installed and running;
- Then, clone this repository:
git clone git@github.com:mini-roostico/bootstrap.git
cd bootstrap- Generate two key-pairs
at_private.pem-at_public.pemandrt_private.pem-rt_public.pemand move them into thesecretsdirectory. You can do it with the openssl library using thegen_keysscript:
./gen_keys.sh # or bat for windows- Finally just run:
docker compose up -d- The frontend service should be now available on
localhost:80