M1 fix: use Azure SQL Edge instead of SQL Server + use newer Envoy version
This commit is contained in:
parent
60db144c98
commit
e5f7d835e6
@ -2,7 +2,7 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
sql-data-test:
|
sql-data-test:
|
||||||
image: mcr.microsoft.com/mssql/server:2019-latest
|
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||||
|
|
||||||
nosql-data-test:
|
nosql-data-test:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
@ -6,7 +6,7 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
sqldata:
|
sqldata:
|
||||||
image: mcr.microsoft.com/mssql/server:2019-latest
|
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||||
|
|
||||||
nosqldata:
|
nosqldata:
|
||||||
image: mongo:windowsservercore
|
image: mongo:windowsservercore
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
image: datalust/seq:latest
|
image: datalust/seq:latest
|
||||||
|
|
||||||
sqldata:
|
sqldata:
|
||||||
image: mcr.microsoft.com/mssql/server:2019-latest
|
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||||
|
|
||||||
nosqldata:
|
nosqldata:
|
||||||
image: mongo
|
image: mongo
|
||||||
@ -79,7 +79,7 @@ services:
|
|||||||
- sqldata
|
- sqldata
|
||||||
|
|
||||||
mobileshoppingapigw:
|
mobileshoppingapigw:
|
||||||
image: envoyproxy/envoy:v1.11.1
|
image: envoyproxy/envoy:v1.16.0
|
||||||
|
|
||||||
mobileshoppingagg:
|
mobileshoppingagg:
|
||||||
image: ${REGISTRY:-eshop}/mobileshoppingagg:${PLATFORM:-linux}-${TAG:-latest}
|
image: ${REGISTRY:-eshop}/mobileshoppingagg:${PLATFORM:-linux}-${TAG:-latest}
|
||||||
@ -158,4 +158,4 @@ services:
|
|||||||
- webhooks-api
|
- webhooks-api
|
||||||
|
|
||||||
webshoppingapigw:
|
webshoppingapigw:
|
||||||
image: envoyproxy/envoy:v1.11.1
|
image: envoyproxy/envoy:v1.16.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user