File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ services:
217
217
ports :
218
218
- 5341:80
219
219
environment :
220
- ACCEPT_EULA : Y
220
+ ACCEPT_EULA : " Y "
221
221
222
222
devstore-server :
223
223
image : nginx
Original file line number Diff line number Diff line change @@ -178,15 +178,15 @@ services:
178
178
- api-billing
179
179
- api-order
180
180
- generate-pfx
181
-
181
+
182
182
database-billing :
183
- image : mcr.microsoft.com/mssql/server:2017-latest
184
- container_name : devstore-database-billing
185
- expose :
186
- - 1433
187
- environment :
188
- SA_PASSWORD : " MyDB@123"
189
- ACCEPT_EULA : " Y"
183
+ image : mcr.microsoft.com/mssql/server:2017-latest
184
+ container_name : devstore-database-billing
185
+ expose :
186
+ - 1433
187
+ environment :
188
+ SA_PASSWORD : " MyDB@123"
189
+ ACCEPT_EULA : " Y"
190
190
191
191
192
192
api-billing :
@@ -201,8 +201,8 @@ services:
201
201
ASPNETCORE_URLS : https://+:5601;http://+5602
202
202
ASPNETCORE_Kestrel__Certificates__Default__Password : 9HoGMnb7Lu8NFdHBz4Vq2rtKivzMhmMXhtvuB4TZcLMmbWfFmDQCjJeLURAJ4GYe
203
203
ASPNETCORE_Kestrel__Certificates__Default__Path : /https/devstore.academy-localhost.pfx
204
- CUSTOMCONNSTR_DefaultConnection : " Server=database-billing;Database=DSBilling;MultipleActiveResultSets=true ;User Id=sa;Password=MyDB@123"
205
- AppSettings__DatabaseType : SqlServer
204
+ CUSTOMCONNSTR_DefaultConnection : " Server=database-billing;Port=5432;Database=DSBilling ;User Id=sa;Password=MyDB@123"
205
+ AppSettings__DatabaseType : Postgre
206
206
volumes :
207
207
- ./certs:/https:ro
208
208
depends_on :
@@ -250,7 +250,7 @@ services:
250
250
ports :
251
251
- 5341:80
252
252
environment :
253
- ACCEPT_EULA : Y
253
+ ACCEPT_EULA : " Y "
254
254
255
255
# This service is used to generate the PFX file for gRPC communication
256
256
generate-pfx :
You can’t perform that action at this time.
0 commit comments