Skip to content

Commit d87c800

Browse files
Ismael CruzIsmael Cruz
authored andcommitted
use command docker compose
1 parent 37594a6 commit d87c800

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
# TODO this should be enhanced to use a buildx bake to leverage layer caching for faster builds, or push to repo and simply have a pull for the run
8282
# TODO docker-compose files should be refactored to use scopes instead of different versions for each environment
8383
echo "Starting docker containers for dbs and server ..."
84-
docker-compose pull
85-
docker-compose up -d --build datadb recipedb server chat
84+
docker compose pull
85+
docker compose up -d --build datadb recipedb server chat
8686
8787
# TODO: For some reason, maybe buildkit, in Github docker compose builds the image differently, and it doesn't work. Individual image build works.
8888
docker build --build-arg OPENAI_API_KEY=$ASSISTANTS_API_KEY \

.github/workflows/get_memory_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
ls data/datadb
7878
7979
echo "Starting docker containers for dbs and server ..."
80-
docker-compose pull
81-
docker-compose up -d --build datadb recipedb server datadb
80+
docker compose pull
81+
docker compose up -d --build datadb recipedb server datadb
8282
8383
sleep 10
8484

0 commit comments

Comments
 (0)