更新 docker-compose.yml

This commit is contained in:
2026-01-23 10:08:27 +00:00
parent b4c2109fd9
commit 7be5902526

View File

@@ -9,7 +9,7 @@ services:
target: production
container_name: prisma-app
ports:
- "3000:3000"
- "3009:3000"
environment:
- NODE_ENV=production
- GEMINI_API_KEY=${GEMINI_API_KEY}