Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze committed Feb 23, 2024
1 parent 34c7abd commit d2752b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration_tests/starrocks-sink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
starrocks-fe:
image: starrocks/fe-ubuntu:3.2.3
image: starrocks/fe-ubuntu:3.1.7
hostname: starrocks-fe
container_name: starrocks-fe
volumes:
Expand All @@ -19,14 +19,15 @@ services:
timeout: 5s
retries: 30
starrocks-be:
image: starrocks/be-ubuntu:3.2.3
image: starrocks/be-ubuntu:3.1.7
command:
- /bin/bash
- -c
- |
sleep 15s; mysql --connect-timeout 2 -h starrocks-fe -P9030 -uroot -e "alter system add backend \"starrocks-be:9050\";"
/opt/starrocks/be/bin/start_be.sh
ports:
- 9050:9050
- 8040:8040
hostname: starrocks-be
container_name: starrocks-be
Expand Down

0 comments on commit d2752b6

Please sign in to comment.