Browse Source
use fixed sqledge version (#9)
* trying to throw everything at the problem
* use 1.0.5 and MSSQL_SA_PASSWORD
pull/2110/head
kct949
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
6 additions and
6 deletions
-
src/docker-compose-tests.override.yml
-
src/docker-compose-tests.yml
-
src/docker-compose.override.yml
-
src/docker-compose.prod.yml
-
src/docker-compose.windows.yml
-
src/docker-compose.yml
|
|
@ -12,7 +12,7 @@ services: |
|
|
|
|
|
|
|
sql-data-test: |
|
|
|
environment: |
|
|
|
- SA_PASSWORD=Pass@word |
|
|
|
- MSSQL_SA_PASSWORD=Pass@word |
|
|
|
- ACCEPT_EULA=Y |
|
|
|
ports: |
|
|
|
- "5433:1433" |
|
|
|
|
|
@ -2,7 +2,7 @@ version: '3.4' |
|
|
|
|
|
|
|
services: |
|
|
|
sql-data-test: |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:latest |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5 |
|
|
|
|
|
|
|
nosql-data-test: |
|
|
|
image: mongo |
|
|
|
|
|
@ -15,7 +15,7 @@ services: |
|
|
|
|
|
|
|
sqldata: |
|
|
|
environment: |
|
|
|
- SA_PASSWORD=Pass@word |
|
|
|
- MSSQL_SA_PASSWORD=Pass@word |
|
|
|
- ACCEPT_EULA=Y |
|
|
|
ports: |
|
|
|
- "5433:1433" |
|
|
|
|
|
@ -173,7 +173,7 @@ services: |
|
|
|
|
|
|
|
sqldata: |
|
|
|
environment: |
|
|
|
- SA_PASSWORD=Pass@word |
|
|
|
- MSSQL_SA_PASSWORD=Pass@word |
|
|
|
- ACCEPT_EULA=Y |
|
|
|
ports: |
|
|
|
- "5433:1433" # Important: In a production environment your should remove the external port |
|
|
|
|
|
@ -6,7 +6,7 @@ version: '3.4' |
|
|
|
|
|
|
|
services: |
|
|
|
sqldata: |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:latest |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5 |
|
|
|
|
|
|
|
nosqldata: |
|
|
|
image: mongo:windowsservercore |
|
|
|
|
|
@ -6,7 +6,7 @@ services: |
|
|
|
image: datalust/seq:latest |
|
|
|
|
|
|
|
sqldata: |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:latest |
|
|
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5 |
|
|
|
|
|
|
|
nosqldata: |
|
|
|
image: mongo |
|
|
|