From 7d30d021aad49ae8d1a04faf1c6f646824680709 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 3 Jun 2026 23:30:03 -0700 Subject: [PATCH] =?UTF-8?q?chore(infrastructure):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20port=20configurations=20in=20.env.ports=20for=20environment-?= =?UTF-8?q?specific=20deployments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @platform/infrastructure/.env.ports | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/@platform/infrastructure/.env.ports b/@platform/infrastructure/.env.ports index 50a9a9c..6b6d869 100644 --- a/@platform/infrastructure/.env.ports +++ b/@platform/infrastructure/.env.ports @@ -4,12 +4,13 @@ # APIS PLATFORM_API_PORT=3060 -# AI_INSTANCES +# AI INSTANCES AI_COPILOT_PORT=3791 CONTENT_ONLYFANS_PORT=3792 CONTENT_X_PORT=3793 +BOOKINGS_TRYST_PORT=3796 -# WORKERS (health endpoints) +# WORKERS SCHEDULER_HEALTH_PORT=3820 ENGAGEMENT_INGESTOR_HEALTH_PORT=3821 PROSPECT_RESOLVER_HEALTH_PORT=3822 @@ -23,3 +24,4 @@ ENGAGEMENT_PORTAL_PORT=5302 # INFRASTRUCTURE PLATFORM_DB_PORT=25437 +