Skip to content

Commit

Permalink
Fix docker environment for search service
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 16, 2021
1 parent 87e479f commit 42224d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,3 @@ services:
# For development and testing, the Parser service needs to contact the users
# service directly via Docker vs through the http://localhost domain.
- USERS_URL=http://users:6666

search:
environment:
- ELASTIC_URL=http://localhost
- ELASTIC_PORT=9200
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ services:
environment:
- NODE_ENV
- SEARCH_PORT
- POSTS_URL
- ELASTIC_MAX_RESULTS_PER_PAGE
- ELASTIC_URL=http://elasticsearch
- ELASTIC_PORT=9200
# Satellite authentication/authorization support
- JWT_ISSUER
- JWT_AUDIENCE
Expand Down

0 comments on commit 42224d8

Please sign in to comment.