diff --git a/README.md b/README.md index fed50da8..41052eb9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,29 @@
cd Mzansi-Innovation-Hub
+SQL_ROOT_PW=*PASSWORD*
+SQL_USER=*USER*
+SQL_USER_PW=*PASSWORD*
+
+SUPERTOKENS_DB=supertokens
+SUPERTOKENS_API_KEY=*API KEY*
+
+MINIO_ROOT_USER=*USER*
+MINIO_ROOT_PW=*PASSWORD*
+
+CERTBOT_EMAIL=*ADMIN_EMAIL*
+CERTBOT_APP_DOMAIN=*APP_DOMAIN*
+CERTBOT_API_DOMAIN=*API_DOMAIN*
+CERTBOT_STORAGE_DOMAIN=*STORAGE_DOMAIN*
+CERTBOT_MONITOR_DOMAIN=*MONITOR_DOMAIN*
+CERTBOT_AI_DOMAIN=*AI_DOMAIN*sudo docker compose up -d --buildsudo docker compose --profile prod up -d --buildhttps://localhost:9443/ (Change Local Host to IP if necessary).sudo chown 1001 File_Storage/ in the project directory, stop MIH Server (see details below), then start from step 3 again. sudo chown 1001 File_Storagesudo chown 1001 File_Storage/ in the project directory, stop MIH Server (see details below), then start MIH Server again. sudo chown 1001 File_Storagesudo docker compose downsudo docker compose downsudo docker compose --profile prod downsudo docker compose --profile prod --profile withCert down
+# deploy:
+# resources:
+# reservations:
+# devices:
+# - driver: nvidia
+# count: all # or specify a number of GPUs
+# capabilities: [gpu]
+