update the docker file

This commit is contained in:
2026-03-20 19:05:34 +00:00
parent 2374574220
commit 039c65f8b5
2 changed files with 9 additions and 5 deletions

View File

@@ -25,9 +25,9 @@ services:
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}
- NUXT_PUBLIC_API_BASE=${NUXT_PUBLIC_API_BASE}
- Jwt__Key=${JWT__KEY}
- Jwt__Issuer=${JWT__ISSUER}
- Jwt__Audience=${JWT__AUDIENCE}
- Jwt__Key=${JWT_KEY}
- Jwt__Issuer=${JWT_ISSUER}
- Jwt__Audience=${JWT_AUDIENCE}
- ConnectionStrings__DefaultConnection=${ConnectionStrings__DefaultConnection}
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_HTTP_PORTS=8080