Refactor database update job and update connection string in docker-compose for consistency #5

This commit is contained in:
Marek Lesko
2025-07-28 10:50:11 +00:00
parent e35fe1bf6c
commit 14c3307339
2 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ services:
restart: unless-stopped
environment:
- ASPNETCORE_ENVIRONMENT=Production
- ConnectionStrings__DefaultConnection=Server=localhost;Database=centrum;User Id=sa;Password=$DB_PASSWORD;TrustServerCertificate=True;
- ConnectionStrings__DefaultConnection=Server=localhost;Database=CentrumDb;User Id=sa;Password=$DB_PASSWORD;TrustServerCertificate=True;
network_mode: host
db: