updates distributed service

This commit is contained in:
Zheyuan Wu
2025-10-24 15:58:12 -05:00
parent d8096410af
commit 05d5b92255
12 changed files with 224 additions and 19 deletions

View File

@@ -20,3 +20,11 @@ _Warning: This project is not suitable for free Vercel plan. There is insufficie
### Deploying to Cloudflare Pages
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button?paid=true)](https://deploy.workers.cloudflare.com/?url=https://github.com/Trance-0/Notechondria)
### Deploying as separated docker services
Considering the memory usage for this project, it is better to deploy it as separated docker services.
```bash
docker-compose up -d -f docker/docker-compose.yaml
```