vault backup: 2026-04-24 15:04:50

This commit is contained in:
Vadym Samoilenko 2026-04-24 15:04:51 +01:00
parent 7599cf5cb0
commit d7516619cc
2 changed files with 8 additions and 0 deletions

View file

@ -82,6 +82,10 @@ docker compose logs frontend --tail=50
| 2026-03-15 | Pin python-pptx to 0.6.23 |
## Sessions
### 2026-04-24 Update models, fix hangs, and dockerize
**Asked:** Update models, fix hangs, and dockerize the project with proper deploy script.
**Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes.
### 2026-04-24 Fix Docker Compose healthchecks and deployment
**Asked:** Fix Docker Compose healthchecks and deployment script to resolve service startup hangs.
**Done:** Updated frontend depends_on condition to service_started and improved healthcheck logic to prevent blocking startup chains.
@ -117,6 +121,7 @@ docker compose logs frontend --tail=50
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-24 | Dockerization and deploy | docker-compose.yml, on_error logging, deploy.sh | docker-compose.yml, scripts/deploy.sh |
| 2026-04-24 | Docker deployment | depends_on condition changed to service_started, healthcheck logic improved | docker-compose.yml |
| 2026-04-24 | Model/Docker setup | TypeScript errors fixed, deploy script verified | base.py, deploy.sh |
| 2026-04-24 | Dockerization setup | Monkey-patch anthropic_modelname_to_contextsize in base.py and utils.py, Show Docker build output in deploy.sh | base.py, utils.py, deploy.sh |

View file

@ -182,3 +182,6 @@ tags: [daily]
- 15:01 | `ai_leed`
- **Asked:** Asked to add tab creation buttons and tab switching functionality to the interface.
- **Done:** Added tab bar configuration with window-show-tab-bar set to always to display tabs.
- 15:03 | `sandbox-notebookllamalm-nextjs`
- **Asked:** Update models, fix hangs, and dockerize the project with proper deploy script.
- **Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes.