fix
This commit is contained in:
4
start.sh
4
start.sh
@@ -5,12 +5,10 @@
|
||||
exit 1
|
||||
}
|
||||
|
||||
source .env
|
||||
|
||||
docker compose up -d
|
||||
|
||||
while [[ ! $(docker inspect -f {{.State.Health.Status}} vault) == "healthy" ]]; do
|
||||
sleep 0.5;
|
||||
done
|
||||
|
||||
docker exec vault /bin/sh -c "export VAULT_HOST=${VAULT_HOST} && source /helpers/init.sh"
|
||||
docker exec vault /bin/sh -c "source /helpers/init.sh"
|
||||
|
||||
Reference in New Issue
Block a user