mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
22 lines
324 B
JSON
22 lines
324 B
JSON
{
|
|
"Args": ["/dist/index.js"],
|
|
"Dirs": [
|
|
"dist"
|
|
],
|
|
"Files": [
|
|
".env"
|
|
],
|
|
"Env": {
|
|
"NODE_ENV": "production",
|
|
"PORT": "8080"
|
|
},
|
|
"RunConfig": {
|
|
"Memory": "2G",
|
|
"CPUs": 2,
|
|
"Ports": ["8080"]
|
|
},
|
|
"CloudConfig": {
|
|
"ProjectID": "aethex-os",
|
|
"BucketName": "aethex-releases"
|
|
}
|
|
}
|