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