Register url_shortening_service for django deploy (closes #22).
Sync runner checkout / sync (pull_request) Successful in 6s
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:
@@ -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 }
|
||||
Reference in New Issue
Block a user