mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 10:34:04 +00:00
try to add mssql
This commit is contained in:
parent
62b7d19e1b
commit
00dd9764ff
1 changed files with 8 additions and 0 deletions
|
|
@ -64,3 +64,11 @@ services:
|
||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 30
|
retries: 30
|
||||||
|
mssql:
|
||||||
|
image: mcr.microsoft.com/mssql/server:2019-latest
|
||||||
|
ports:
|
||||||
|
- 1433:1433
|
||||||
|
environment:
|
||||||
|
- ACCEPT_EULA=Y
|
||||||
|
- SA_PASSWORD=password
|
||||||
|
# todo missing health check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue