mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update coolify.json
This commit is contained in:
25
coolify.json
25
coolify.json
@@ -1,16 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://cdn.coollabs.io/coolify/coolify.schema.json",
|
"version": "1.0",
|
||||||
|
"name": "test-app",
|
||||||
"build": {
|
"build": {
|
||||||
"build_pack": "dockerfile",
|
"type": "nixpacks",
|
||||||
"base_directory": "/dockerfile"
|
"install_command": "npm install",
|
||||||
|
"build_command": "npm run build",
|
||||||
|
"start_command": "npm start"
|
||||||
},
|
},
|
||||||
"network": {
|
"domains": {
|
||||||
"domains": {
|
"ports_exposes": "3000"
|
||||||
"fqdn": "http://hellotwitter.127.0.0.1.sslip.io"
|
},
|
||||||
},
|
"environment_variables": {
|
||||||
"ports": {
|
"production": [
|
||||||
"expose": "80",
|
{"key": "DB_PASSWORD", "value": "SERVICE_PASSWORD_64"},
|
||||||
"mappings": "8888:80"
|
{"key": "APP_SECRET", "value": "SERVICE_BASE64_32"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user