Stop legacy dta_service systemd units before Docker deploy (#52).

ai-server-4080 runs dta_service active/active with adama and roslin.
Disable beta_dta_wsgi/prod_dta_wsgi so port 8001/8011 are free for compose.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-09 11:45:03 -05:00
co-authored by Cursor
parent a7417345a3
commit b1b9b3bafe
4 changed files with 31 additions and 2 deletions
+4
View File
@@ -54,6 +54,10 @@ app_catalog:
compose_file: docker-compose.prod.yml
web_service: web
migrate_cmd: "uv run python manage.py migrate --noinput"
# Pre-docker deploy used venv + systemd on each host; stop before compose up.
legacy_systemd_units:
beta: beta_dta_wsgi
prod: prod_dta_wsgi
dta_webapp:
type: node-static
repo: "{{ git_base_url }}/Ditch_The_Agent/dta_webapp.git"