auto-save 2026-05-15 14:53 (~6)

This commit is contained in:
2026-05-15 14:53:34 +08:00
parent 27e200239d
commit 07f2fa4213
6 changed files with 13 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ docker compose -f docker-compose.prod.yml --env-file deploy/.env.production up -
## Runtime Notes
- `web` is a static Next export served by Nginx.
- `web` proxies `/api/` to `api:4291`.
- `web` proxies `/api/` to `skg-marketing-api:4291`; avoid the generic hostname `api` because the web container also joins the shared Coolify network.
- `api` is only on the internal project network and stores jobs under `/data/jobs`.
- Server-side job files persist in `./data/jobs` on the VPS.
- Large uploads are allowed up to `2g` at the Nginx proxy layer.