initially make meterplus.ir ready for production

This commit is contained in:
Hadi 2025-10-08 14:04:58 +03:30
parent 672e26c89d
commit bb1b1a8ebf
3 changed files with 55 additions and 23 deletions

View file

@ -1,9 +1,14 @@
{
"app": "shafafiyat",
"port": 80,
"team-id": "68822f40f04e5bc3027fc2b7",
"build": {
"location": "iran"
},
"disks": []
}
"app": "meterplus",
"port": 80,
"team-id": "68822f40f04e5bc3027fc2b7",
"build": {
"location": "iran"
},
"disks": [
{
"name": "media",
"mountTo": "/usr/src/app/media"
}
]
}