fix(tools): consolidate docker compose setup (#62525)

This commit is contained in:
Mrugesh Mohapatra
2025-10-07 10:49:41 +05:30
committed by GitHub
parent f002f1b835
commit 3cbe2ab8b1
11 changed files with 43 additions and 107 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ tasks:
- name: db
# starting mongod in background, so it doesn't block prebuilds
before: >
cd api/tools &&
docker compose up -d
docker compose -f docker/docker-compose.yml up -d
- name: server
before: export COOKIE_DOMAIN=.gitpod.io && export HOME_LOCATION=$(gp url 8000) && export API_LOCATION=$(gp url 3000)