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:
16
coolify.json
16
coolify.json
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"build_pack": "nixpacks",
|
"$schema": "https://cdn.coollabs.io/coolify/coolify.schema.json",
|
||||||
"base_directory": "/nodejs",
|
"build": {
|
||||||
"publish_directory": "/",
|
"build_pack": "dockerfile",
|
||||||
"ports_exposes": "3000",
|
"base_directory": "/dockerfile"
|
||||||
"settings": {
|
},
|
||||||
"is_static": false
|
"network": {
|
||||||
|
"ports": {
|
||||||
|
"expose": "80",
|
||||||
|
"mappings": "8888:80"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user