mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"$schema": "https://cdn.coollabs.io/coolify/coolify.schema.json",
|
|
"build": {
|
|
"build_pack": "dockerfile",
|
|
"base_directory": "/dockerfile"
|
|
},
|
|
"network": {
|
|
"domains": {
|
|
"fqdn": "http://hellotwitter.127.0.0.1.sslip.io"
|
|
},
|
|
"ports": {
|
|
"expose": "80",
|
|
"mappings": "8888:80"
|
|
}
|
|
}
|
|
}
|