Update inventory/host_vars/ai-server-4080.yml

This commit is contained in:
2026-07-09 08:31:59 -07:00
parent c53112bfd7
commit a7417345a3
+4
View File
@@ -16,3 +16,7 @@ gitea_key_path: "/home/{{ admin_user }}/.ssh/gitea_deploy"
# company_site prod runs here for side testing. # company_site prod runs here for side testing.
host_apps: host_apps:
- { name: company_site, env: prod, port: 8000 } - { name: company_site, env: prod, port: 8000 }
- { name: dta_webapp, env: prod, port: 8080 }
- { name: dta_webapp, env: beta, port: 8081 }
- { name: dta_service, env: prod, port: 8001 }
- { name: dta_service, env: beta, port: 8011 }