fix(core): stabilize editor lifecycle, transactional versions, and runtime config

This commit is contained in:
greebo
2026-03-20 12:38:10 +03:00
parent 0f9c2a1cbd
commit 239b32a246
17 changed files with 1224 additions and 457 deletions

View File

@@ -25,10 +25,11 @@ services:
container_name: svg-service
env_file:
- ./.env
command: ["sh", "-c", "uvicorn app.main:app --host 0.0.0.0 --port ${BACKEND_PORT}"]
ports:
- "9020:9020"
- "${BACKEND_PORT}:${BACKEND_PORT}"
volumes:
- ./storage:/data
- ./storage:${STORAGE_ROOT}
depends_on:
postgres:
condition: service_healthy