chore: добавить каркас image-platform
- добавлен базовый pnpm workspace для будущих приложений - добавлена dev-инфраструктура PostgreSQL и MinIO - добавлены env-пример и базовые правила репозитория - зафиксированы архитектура, data model и API-контракт - описан контракт с внешним imgproxy
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "image-platform",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Control plane for image assets, variants, S3 storage and imgproxy generation.",
|
||||
"packageManager": "pnpm@10.28.1",
|
||||
"engines": {
|
||||
"node": ">=22.0.0",
|
||||
"pnpm": ">=10.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"infra:config": "docker compose -f infra/compose.dev.yml config",
|
||||
"infra:up": "docker compose -f infra/compose.dev.yml up -d",
|
||||
"infra:down": "docker compose -f infra/compose.dev.yml down",
|
||||
"infra:logs": "docker compose -f infra/compose.dev.yml logs -f",
|
||||
"check": "pnpm infra:config"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user