mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
329 B
329 B
Coolify Configuration
- Use
Nixpacks. - Set
Ports Exposedto3000(or any port you set). - Set
Start Commandtonode .output/server/index.mjs- Alternatively, you can set the
startscript insidepackage.jsontonode .output/server/index.mjs. Then Nixpacks will automatically use it as the start command.
- Alternatively, you can set the