Skip to content

Commit

Permalink
chore: use azure-sql image with m1 compatible healthcheck (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvrach committed Nov 22, 2022
1 parent 29f2de4 commit 4f0d189
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions warehouse/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ services:
retries: 25
wh-transformer:
container_name: wh-transformer
image: rudderlabs/rudder-transformer:latest
image: rudderlabs/develop-rudder-transformer:master
ports:
- "9090"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:9090/health || exit 1
interval: 1s
retries: 25
wh-databricks-connector:
image: rudderstack/rudder-databricks-connector:v1.3.0
container_name: wh-databricks-connector
Expand Down Expand Up @@ -86,18 +82,14 @@ services:
retries: 25
wh-mssql:
container_name: wh-mssql
image: mcr.microsoft.com/azure-sql-edge:1.0.5
image: rudderstack/azure-sql-edge:1.0.6
environment:
- ACCEPT_EULA=Y
- SA_PASSWORD=reallyStrongPwd123
- SA_DB=master
- SA_USER=SA
ports:
- "1433"
healthcheck:
test: /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P reallyStrongPwd123 -Q "SELECT 1" || exit 1
interval: 1s
retries: 25
wh-zookeeper:
image: zookeeper:3.5
container_name: wh-clickhouse-zookeeper
Expand Down

0 comments on commit 4f0d189

Please sign in to comment.