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
+2 -1
View File
@@ -13,7 +13,8 @@ act_runner_enabled: true
# passphrase-less deploy key here instead.
gitea_key_path: "/home/{{ admin_user }}/.ssh/gitea_deploy"
# company_site prod runs here for side testing.
# company_site + dta_webapp + dta_service for side testing and active/active.
# Ports MUST match adama/roslin so NPM can balance all three upstreams.
host_apps:
- { name: company_site, env: prod, port: 8000 }
- { name: dta_webapp, env: prod, port: 8080 }