mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update coolify.json
This commit is contained in:
@@ -1,9 +1,19 @@
|
|||||||
{
|
{
|
||||||
"build_pack": "nixpacks",
|
"version": "1.0",
|
||||||
"base_directory": "/nodejs",
|
"name": "test-app",
|
||||||
"publish_directory": "/",
|
"build": {
|
||||||
"ports_exposes": "3001",
|
"type": "nixpacks",
|
||||||
"settings": {
|
"install_command": "npm install",
|
||||||
"is_static": false
|
"build_command": "npm run build",
|
||||||
|
"start_command": "npm start"
|
||||||
|
},
|
||||||
|
"domains": {
|
||||||
|
"ports_exposes": "3000"
|
||||||
|
},
|
||||||
|
"environment_variables": {
|
||||||
|
"production": [
|
||||||
|
{"key": "DB_PASSWORD", "value": "SERVICE_PASSWORD_64"},
|
||||||
|
{"key": "APP_SECRET", "value": "SERVICE_BASE64_32"}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user