Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions apache-starrocks/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
services:

starrocks:
image: starrocks/allin1-ubuntu
container_name: starrocks
hostname: starrocks
ports:
- "9030:9030"
- "8030:8030"
- "8040:8040"

ngrok:
image: ngrok/ngrok:latest
container_name: starrocks-ngrok
restart: unless-stopped
environment:
NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN}
command: 'tcp starrocks:9030'
ports:
- 4040:4040