mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:04:03 +00:00
add env vars for mssql
This commit is contained in:
parent
3aee29a28d
commit
80f0e50e55
1 changed files with 4 additions and 2 deletions
|
|
@ -21,8 +21,10 @@ services:
|
||||||
DB_DATABASE: main
|
DB_DATABASE: main
|
||||||
TENANCY_TEST_REDIS_HOST: redis
|
TENANCY_TEST_REDIS_HOST: redis
|
||||||
TENANCY_TEST_MYSQL_HOST: mysql
|
TENANCY_TEST_MYSQL_HOST: mysql
|
||||||
TENANCY_TEST_MSSQL_HOST: mssql
|
|
||||||
TENANCY_TEST_PGSQL_HOST: postgres
|
TENANCY_TEST_PGSQL_HOST: postgres
|
||||||
|
TENANCY_TEST_MSSQL_HOST: mssql
|
||||||
|
TENANCY_TEST_MSSQL_USERNAME: sa
|
||||||
|
TENANCY_TEST_MSSQL_PASSWORD: P@ssword
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
mysql:
|
mysql:
|
||||||
|
|
@ -71,5 +73,5 @@ services:
|
||||||
- 1433:1433
|
- 1433:1433
|
||||||
environment:
|
environment:
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
- SA_PASSWORD=password
|
- SA_PASSWORD=P@ssword # todo reuse values from env above
|
||||||
# todo missing health check
|
# todo missing health check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue