This repository has been archived on 2026-05-01 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
83d5a70b0820c3a11d33d59f39da1965d891520b
- nginx.conf: proxy /api/ to ${API_URL} (injected at container start via envsubst)
- Dockerfile: accept VITE_API_URL build arg; use envsubst CMD to hydrate nginx template
- src/utils/api.ts: export API_BASE using VITE_API_URL or fallback to /api
Enables nest-front to run on Coolify while nest-backend runs on Portainer.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
95.3%
CSS
3.6%
Dockerfile
0.4%
HTML
0.4%
JavaScript
0.3%