Nuke OpenRC from docker image, update readme's

This commit is contained in:
Edvard
2019-02-11 11:27:33 +01:00
parent 0bf8bd4183
commit 9b986c4c14
10 changed files with 12 additions and 48 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ set +e
./goose postgres "$CONNECT_STRING" up
if [ $? -eq 0 ]; then
# Fire up the services
rc-service lightSync start
rc-service continuousLogSync start
./vulcanizedb lightSync --config environments/staging.toml &
./vulcanizedb continuousLogSync --config environments/staging.toml &
else
echo "Could not run migrations. Are the database details correct?"
fi
wait