Обновил примеры

This commit is contained in:
2026-06-15 03:32:52 +03:00
parent 4dec3251a0
commit 99973eba04
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
- db
environment:
ConnectionStrings__DefaultConnection: Host=db;Database=${POSTGRES_DB};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
AuthSettings__SecretKey: ${JWT_SECRET_KEY}
AuthSettings__Expires: "${JWT_EXPIRES}"
db:
image: postgres:17