Add new files and update configurations

This commit is contained in:
Andras Bacsai
2024-03-14 15:01:54 +01:00
parent 33035a1ea9
commit e1556abff0
19 changed files with 9668 additions and 76 deletions

6
nuxt/server/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Coolify Configuration
1. Use `Nixpacks`.
2. Set `Ports Exposed` to `3000` (or any port you set).
3. Set `Start Command` to `node .output/server/index.mjs`
- Alternatively, you can set the `start` script inside `package.json` to `node .output/server/index.mjs`. Then Nixpacks will automatically use it as the start command.