chore: update config files and dependencies

- Add inventory app to environment and docker config
- Update fetchInterceptor in shared-auth
- Update package.json with inventory commands
- Update lockfile

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-05 04:20:35 +01:00
parent fca93a9d35
commit c3c272abc9
6 changed files with 612 additions and 50 deletions

View file

@ -84,7 +84,9 @@ services:
mc mb --ignore-existing myminio/calendar-storage;
mc mb --ignore-existing myminio/contacts-storage;
mc mb --ignore-existing myminio/storage-storage;
mc mb --ignore-existing myminio/inventory-storage;
mc anonymous set download myminio/picture-storage;
mc anonymous set download myminio/inventory-storage;
echo 'Buckets created successfully';
exit 0;
"