Add tenant management container and update management script for improved tenant operations

This commit is contained in:
2026-04-20 15:36:02 +02:00
parent 3044b36e9f
commit eb912c3a73
3 changed files with 20 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
# Wrapper to run tenant management fully containerized via docker-compose
docker-compose -f docker-compose-multitenant.yml --profile tools run --rm tenant-manager "$@"