deploy code 2

This commit is contained in:
NishantRajputRN
2026-05-19 18:12:24 +05:30
parent 44d3f015fe
commit 554c873f5d
4 changed files with 20 additions and 11 deletions
+9
View File
@@ -86,6 +86,15 @@ sudo ufw allow 3001/tcp
docker compose --env-file .env up -d --build
```
If the API container is unhealthy, check logs:
```bash
docker compose --env-file .env logs api
docker compose --env-file .env ps
```
Rebuild after changes: `docker compose --env-file .env up -d --build api`
Verify:
```bash