Skip to content

Commit fc3c01f

Browse files
authored
chore(cube): Fix presto integration test (#10001)
1 parent e847fbb commit fc3c01f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/cubejs-prestodb-driver/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ version: '2.2'
22

33
services:
44
coordinator:
5-
image: trinodb/trino
5+
image: prestodb/presto:0.294
6+
67
ports:
78
- "8080:8080"
89
container_name: "coordinator"
910
healthcheck:
10-
test: "trino --execute 'SELECT 1' || exit 1"
11+
test: "presto-cli --execute 'SELECT 1' || exit 1"
1112
interval: 10s
1213
timeout: 5s
1314
retries: 5

0 commit comments

Comments
 (0)