mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Coolify Configuration
Check astro.config.mjs.
- Use
Nixpacks. - Set
Ports Exposedto4321(or any port you set in yourastro.config.mjsfile) - Set
Start CommandtoHOST=0.0.0.0 node dist/server/entry.mjs- Alternatively, you can set the
startscript insidepackage.jsontoHOST=0.0.0.0 node dist/server/entry.mjs. Then Nixpacks will automatically use it as the start command.
- Alternatively, you can set the