Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 23, 2024
1 parent 0a8465c commit 9929d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"taskboard"
],
"scripts": {
"docker:dev:up": "docker compose -p dev-astral-indexers -f ../docker-compose.yml --profile task up --remove-orphans",
"docker:prod:up": "docker compose -p prod-astral-indexers -f ../docker-compose.yml -f ../docker-compose.prod.yml --profile dictionary --profile gemini_3h --profile gemini_3g up --remove-orphans -d",
"docker:dev:up": "docker compose -p dev-astral-indexers -f ../docker-compose.yml --profile dictionary --profile task --profile gemini_3h --profile gemini_3g up --remove-orphans",
"docker:prod:up": "docker compose -p prod-astral-indexers -f ../docker-compose.yml -f ../docker-compose.prod.yml --profile dictionary --profile task --profile gemini_3h --profile gemini_3g up --remove-orphans -d",
"docker:dev:down": "docker compose -p dev-astral-indexers -f ../docker-compose.yml down",
"docker:prod:down": "docker compose -p prod-astral-indexers -f ../docker-compose.yml -f ../docker-compose.prod.yml down",
"dev": "lerna run codegen && lerna run build && yarn docker:dev:up",
Expand Down

0 comments on commit 9929d9f

Please sign in to comment.