Add delay to yugabytedb piped command.

This commit is contained in:
Kavin 2022-06-02 13:09:54 +01:00
parent cfd4df723c
commit 58759a3944
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,7 @@ services:
- ./config.yugabytedb.properties:/app/config.properties
depends_on:
- yb-tserver
command: [ "sh", "-c", "sleep 10 && java -jar piped.jar" ]
yb-master:
image: yugabytedb/yugabyte:latest
command: