Skip to content

Commit

Permalink
Update docker compose XXX
Browse files Browse the repository at this point in the history
TODO split commits better, docker-compose -> docker compose is not split
over 2 commits
  • Loading branch information
Bob Booij-Liewes committed Dec 18, 2024
1 parent 8e47976 commit 73fe6e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$1" = "--no-build" ]
then
echo "Skipping build"
else
docker-compose build --parallel $SERVICES
docker compose build --parallel $SERVICES
fi

docker-compose up "$@" $SERVICES
docker compose up "$@" $SERVICES
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
websockets==9.1
requests2==2.16.0
websockets==13.1
requests==2.32.2
wiremock==1.2.0
pytest==6.1.1
pytest==7.4.4
frozendict==2.4.6
pika==1.2.0
pika==1.3.2

0 comments on commit 73fe6e9

Please sign in to comment.