Andrew Sikowitz afbd52bdf0
test(ingest/mysql): Configure sql_server tests for arm64 (#8360)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2023-07-05 13:41:24 -04:00

14 lines
294 B
YAML

version: "3"
services:
testsqlserver:
image: "mcr.microsoft.com/mssql/server:latest"
platform: linux/amd64
container_name: "testsqlserver"
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: "test!Password"
ports:
- 51433:1433
volumes:
- ./setup:/setup