Fix core db tests (again)

This commit is contained in:
Théophile Diot 2023-07-04 15:15:38 -04:00
parent be46f7a8d8
commit 864619542c
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 4 additions and 1 deletions

View File

@ -77,4 +77,4 @@ networks:
config:
- subnet: 192.168.0.0/24
bw-docker:
name: bw-docker
external: true

View File

@ -79,6 +79,9 @@ cleanup_stack () {
# Cleanup stack on exit
trap cleanup_stack EXIT
echo "💾 Creating the bw-docker network ..."
docker network create bw-docker 2>/dev/null
echo "💾 Starting stack ..."
docker compose up -d 2>/dev/null
if [ $? -ne 0 ] ; then