1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:34:03 +00:00

TENANCY_TEST_MSSQL_HOST env var

This commit is contained in:
Samuel Štancl 2022-06-20 18:59:41 +02:00 committed by GitHub
parent 866c4e34c2
commit 3aee29a28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ services:
DB_DATABASE: main
TENANCY_TEST_REDIS_HOST: redis
TENANCY_TEST_MYSQL_HOST: mysql
TENANCY_TEST_MSSQL_HOST: mssql
TENANCY_TEST_PGSQL_HOST: postgres
stdin_open: true
tty: true