Skip to content

Commit

Permalink
Sigh... test working locally but not in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSv4 committed Jun 17, 2024
1 parent 540c5b3 commit ab3f2a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .envs/.test/.django
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ CELERY_FLOWER_PASSWORD=U3Md7XEGNZ67HlNwHon8fbwiT0GemPeCrwDubZ6BRvX3dwxMEsLhuLoiU
# AUTH0
# ------------------------------------------------------------------------------
USE_AUTH0=false

# Turn on Embeddings Microservice
# ------------------------------------------------------------------------------
3 changes: 3 additions & 0 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
nlm-ingestor:
image: jscrudato/nlm-ingestor-opencontracts
container_name: nlm-ingestor
environment:
PORT: 5001

vector-embedder:
image: jscrudato/vector-embedder-microservice
Expand Down Expand Up @@ -63,5 +65,6 @@ services:
depends_on:
- redis
- postgres
- nlm-ingestor
ports: []
command: /start-celeryworker

0 comments on commit ab3f2a7

Please sign in to comment.