Register print_forge for django deploy (closes #27)
Sync runner checkout / sync (pull_request) Successful in 7s
Sync runner checkout / sync (pull_request) Successful in 7s
Catalog + host_apps (prod 8007 / beta 8019) with dj-queue worker singleton on adama. Unused abc_be prod reserve moves to 8009.
This commit is contained in:
@@ -129,6 +129,15 @@ app_catalog:
|
||||
migrate_cmd: "uv run python manage.py migrate --noinput"
|
||||
# dj-queue worker = compose profile `worker` (singleton). Deploy starts it
|
||||
# via host_apps.compose_profiles on adama only (see host_vars/adama.yml).
|
||||
print_forge:
|
||||
type: django
|
||||
repo: "{{ git_base_url }}/ai_ml_operations/print_forge.git"
|
||||
default_branch: master
|
||||
compose_file: docker-compose.prod.yml
|
||||
web_service: web
|
||||
migrate_cmd: "uv run python manage.py migrate --noinput"
|
||||
# dj-queue worker = compose profile `worker` (singleton). Deploy starts it
|
||||
# via host_apps.compose_profiles on adama only (see host_vars/adama.yml).
|
||||
abc_be:
|
||||
type: django
|
||||
repo: "{{ git_base_url }}/GIS/abc_be.git"
|
||||
|
||||
Reference in New Issue
Block a user