ensure we get logs for both db and backend with docker compose w/ burnettk

This commit is contained in:
jasquat 2022-12-30 10:06:52 -05:00
parent b93fca85ec
commit 76c3f13630

View File

@ -7,4 +7,5 @@ function error_handler() {
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
docker compose logs "$@"
# "docker compose logs" is only getting the db logs so specify them both
docker compose logs db spiffworkflow-backend