Harden dev environment configuration
Some checks failed
CI / Backend Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Build Docker Images (push) Has been cancelled

This commit is contained in:
2025-10-16 17:48:26 -05:00
parent 75c7430d01
commit 9355d5c7c2
20 changed files with 26341 additions and 42 deletions

View File

@@ -57,7 +57,7 @@ Expose the tag you want Coolify to deploy by either:
Configure any additional secrets used by your environment (mail providers, analytics, etc.).
3. **Networking and ports**
- Expose port `3000` externally for the frontend.
- Expose port `12000` externally for the frontend (or map to 80/443 via Coolify's proxy).
- Optionally expose `3001` if you want direct API access; otherwise rely on the frontend or internal services.
- Attach the application to an HTTPS domain using Coolify's built-in proxy configuration.