From 16e2cbe646ceb318d180966be7707dea66ea5778 Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 9 May 2026 22:28:16 +0200 Subject: [PATCH] docs: remove Docker support from deployment automation plan - Removed Docker and Docker Compose from prerequisites - AITBC deployment uses systemd services, not containers --- .windsurf/plans/deployment-automation-plan.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.windsurf/plans/deployment-automation-plan.md b/.windsurf/plans/deployment-automation-plan.md index 5775a470..e5168cc4 100644 --- a/.windsurf/plans/deployment-automation-plan.md +++ b/.windsurf/plans/deployment-automation-plan.md @@ -10,7 +10,6 @@ This workflow covers the automation of AITBC service deployment with one-command - Linux server with systemd support - Python 3.13+ installed -- Docker and Docker Compose (optional, for containerized services) - SSH access to target servers - Domain name configured (for SSL certificates)