minor fix to wait for the db to bre ready

This commit is contained in:
yuli
2022-09-28 23:36:40 +03:00
parent c583622fa7
commit 97552c1ce2

View File

@@ -21,7 +21,7 @@ services:
depends_on:
- postgresql
entrypoint: /bin/sh
command: -c "/databunker/bin/databunker -init -db databunkerdb"
command: -c "/bin/busybox sleep 3; /databunker/bin/databunker -init -db databunkerdb"
databunker:
#build: .
image: securitybunker/databunker:latest