Register url_shortening_service for django deploy (closes #22).
Sync runner checkout / sync (pull_request) Successful in 6s

Wire prod/beta into the catalog and host ports so NPM can balance the short and API hosts on 8005/8015.
This commit is contained in:
2026-08-30 06:46:37 -05:00
parent ec294a1d45
commit d851469e2d
8 changed files with 35 additions and 3 deletions
+3 -1
View File
@@ -36,4 +36,6 @@ host_apps:
- { name: chat_backend, env: beta, port: 8013 }
# monica_site worker NOT here — adama host_apps sets compose_profiles: [worker].
- { name: monica_site, env: prod, port: 8004 }
- { name: monica_site, env: beta, port: 8014 }
- { name: monica_site, env: beta, port: 8014 }
- { name: url_shortening_service, env: prod, port: 8005 }
- { name: url_shortening_service, env: beta, port: 8015 }