From 0886ae973b130d9782bcd90f63453a2eda8dcfd7 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Thu, 13 Feb 2025 20:02:28 -0600 Subject: [PATCH] expose port --- autogpt_platform/docker-compose.platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/docker-compose.platform.yml b/autogpt_platform/docker-compose.platform.yml index 2ba1987612..7802c457c3 100644 --- a/autogpt_platform/docker-compose.platform.yml +++ b/autogpt_platform/docker-compose.platform.yml @@ -93,6 +93,7 @@ services: - ENCRYPTION_KEY=dvziYgz0KSK8FENhju0ZYi8-fRTfAdlz6YLhdB_jhNw= # DO NOT USE IN PRODUCTION!! ports: - "8006:8006" + - "8007:8007" - "8003:8003" # execution scheduler networks: - app-network @@ -157,7 +158,7 @@ services: # rabbitmq: # condition: service_healthy migrate: - condition: service_completed_successfully + condition: service_completed_successfully environment: - SUPABASE_JWT_SECRET=your-super-secret-jwt-token-with-at-least-32-characters-long - DATABASE_URL=postgresql://postgres:your-super-secret-and-long-postgres-password@db:5432/postgres?connect_timeout=60&schema=platform