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:
parent
df21bc84cb
commit
903b26d529
@ -170,6 +170,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- SA_PASSWORD=Pass@word
|
- SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
|
- MSSQL_PID=Developer
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
|
||||||
|
@ -124,6 +124,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- SA_PASSWORD=Pass@word
|
- SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
|
- MSSQL_PID=Developer
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ services:
|
|||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
|
||||||
sql.data:
|
sql.data:
|
||||||
image: microsoft/mssql-server-linux
|
image: microsoft/mssql-server-linux:latest
|
||||||
|
|
||||||
nosql.data:
|
nosql.data:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
@ -25,9 +25,11 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sql-data
|
- name: sql-data
|
||||||
image: microsoft/mssql-server-linux:rc2
|
image: microsoft/mssql-server-linux:latest
|
||||||
env:
|
env:
|
||||||
- name: ACCEPT_EULA
|
- name: ACCEPT_EULA
|
||||||
value: "Y"
|
value: "Y"
|
||||||
|
- name: MSSQL_PID
|
||||||
|
value: Developer
|
||||||
- name: SA_PASSWORD
|
- name: SA_PASSWORD
|
||||||
value: Pass@word
|
value: Pass@word
|
||||||
|
Loading…
x
Reference in New Issue
Block a user