From b22970713997bf76575219fb4326ae3709c22ab7 Mon Sep 17 00:00:00 2001 From: chloe Date: Thu, 5 Mar 2026 06:08:36 +0000 Subject: [PATCH] Update compose --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 2ac7620..65b55fa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,11 +20,11 @@ services: container_name: seasoned-main restart: always ports: - - "5000:8080" + - "5000:5000" environment: - GEMINI_API_KEY=${GEMINI_API_KEY} - NUXT_PUBLIC_API_BASE=${NUXT_PUBLIC_API_BASE} - - ConnectionStrings__DefaultConnection=Host=db;Database=${DB_NAME};Username=${DB_USER};Password=${DB_PASSWORD} + - ConnectionStrings__DefaultConnection=${ConnectionStrings__DefaultConnection} - ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_HTTP_PORTS=8080 depends_on: