Merge pull request 'fix: add Database env vars to api service in docker-compose' (#16) from main into staging
Build and Push Docker Images Staging / build (push) Successful in 12s

This commit was merged in pull request #16.
This commit is contained in:
2026-05-24 15:16:53 +00:00
+7
View File
@@ -110,6 +110,13 @@ services:
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080} - ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
- APP_ENVIRONMENT_NAME=${APP_ENVIRONMENT_NAME:-myai.staging} - APP_ENVIRONMENT_NAME=${APP_ENVIRONMENT_NAME:-myai.staging}
- Database__Host=${Database__Host:-sqlserver}
- Database__Port=${Database__Port:-1433}
- Database__Name=${Database__Name:-MyAiDb}
- Database__User=${Database__User:-sa}
- Database__Password=${Database__Password:-}
- Database__TrustServerCertificate=${Database__TrustServerCertificate:-true}
- Google__TagManagerId=${Google__TagManagerId:-} - Google__TagManagerId=${Google__TagManagerId:-}
- Google__MapKey=${Google__MapKey:-} - Google__MapKey=${Google__MapKey:-}