mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add delay to yugabytedb piped command.
This commit is contained in:
parent
cfd4df723c
commit
58759a3944
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue