Skip to content

Commit 5fa983f

Browse files
committed
fix: update ClickHouse service name in docker-compose for consistency
1 parent e44b313 commit 5fa983f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.tst.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- test-dynamodb-e2e-testing
2020
- test-redis-e2e-testing
2121
- test-cassandra-e2e-testing
22-
- clickhouse-e2e-testing
22+
- test-clickhouse-e2e-testing
2323
links:
2424
- postgres
2525
- testMySQL-e2e-testing
@@ -30,7 +30,7 @@ services:
3030
- test-dynamodb-e2e-testing
3131
- test-redis-e2e-testing
3232
- test-cassandra-e2e-testing
33-
- clickhouse-e2e-testing
33+
- test-clickhouse-e2e-testing
3434
command: ["yarn", "start"]
3535
backend_test:
3636
build:
@@ -251,7 +251,7 @@ services:
251251
retries: 10
252252
start_period: 10s
253253

254-
clickhouse-e2e-testing:
254+
test-clickhouse-e2e-testing:
255255
image: clickhouse/clickhouse-server:latest
256256
ports:
257257
- 8123:8123

0 commit comments

Comments
 (0)