mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
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:
parent
fca93a9d35
commit
c3c272abc9
6 changed files with 612 additions and 50 deletions
|
|
@ -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;
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue