Refactor Docker setup: remove Nginx and TLS configurations, update service dependencies, and adjust health check endpoints

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 15:41:10 +02:00
parent 1efc7e01be
commit 14c4192306
5 changed files with 57 additions and 338 deletions
-5
View File
@@ -38,11 +38,6 @@ case "$COMMAND" in
exit 1
fi
echo "Adding new tenant '$TENANT_ID'..."
# Add Nginx configuration
if [ -f "docker/nginx/multitenant.conf" ]; then
echo "Assuming dynamic routing based on subdomain ($TENANT_ID)..."
fi
# Initialize tenant database via Python inside container
echo "Initializing database for $TENANT_ID..."
APP_CONTAINER=$(docker ps -qf "name=app" | head -n 1)