Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period.

This commit is contained in:
Cesar De la Torre 2017-09-05 15:35:28 -07:00
parent df21bc84cb
commit 903b26d529
4 changed files with 6 additions and 2 deletions

View File

@ -170,6 +170,7 @@ services:
environment:
- SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
- MSSQL_PID=Developer
ports:
- "5433:1433"

View File

@ -124,6 +124,7 @@ services:
environment:
- SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
- MSSQL_PID=Developer
ports:
- "5433:1433"

View File

@ -97,7 +97,7 @@ services:
- rabbitmq
sql.data:
image: microsoft/mssql-server-linux
image: microsoft/mssql-server-linux:latest
nosql.data:
image: mongo

View File

@ -25,9 +25,11 @@ spec:
spec:
containers:
- name: sql-data
image: microsoft/mssql-server-linux:rc2
image: microsoft/mssql-server-linux:latest
env:
- name: ACCEPT_EULA
value: "Y"
- name: MSSQL_PID
value: Developer
- name: SA_PASSWORD
value: Pass@word