Dama12 commited on
Commit
984fc7b
·
1 Parent(s): a11db01

docs: emphasize Hugging Face Spaces deployment

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -69,12 +69,13 @@ graph TD
69
  - **Relational Database:** [PostgreSQL](https://www.postgresql.org/) ([Supabase](https://supabase.com/))
70
  - **Cache/Broker:** [Redis](https://redis.io/) ([Upstash](https://upstash.com/))
71
  - **Containerization:** [Docker](https://www.docker.com/)
 
72
 
73
  ---
74
 
75
  ## ⚙️ Deployment
76
 
77
- This backend is designed to run in a containerized environment (like Hugging Face Spaces or AWS).
78
 
79
  ### Prerequisites
80
  - **Supabase**: Relational Database setup.
 
69
  - **Relational Database:** [PostgreSQL](https://www.postgresql.org/) ([Supabase](https://supabase.com/))
70
  - **Cache/Broker:** [Redis](https://redis.io/) ([Upstash](https://upstash.com/))
71
  - **Containerization:** [Docker](https://www.docker.com/)
72
+ - **Hosting / Deployment:** **[Hugging Face Spaces](https://huggingface.co/spaces)**
73
 
74
  ---
75
 
76
  ## ⚙️ Deployment
77
 
78
+ This backend is fully containerized and currently **deployed on Hugging Face Spaces** for robust, scalable hosting.
79
 
80
  ### Prerequisites
81
  - **Supabase**: Relational Database setup.