Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Orit Persik committed Nov 14, 2017
1 parent d59f81c commit 26c9746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ENV ES_INDEX=recollect-events
ENV BASE_QUEUE_NAME=recollect
ENV RULES_API=http://rules-api:4040/api/rules
RUN npm install
RUN npm run build
EXPOSE 3005
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ services:
- ES_URL=http://elasticsearch:9200
- ES_INDEX=recollect-events
- BASE_QUEUE_NAME=recollect
- RULES_API=http://ruleshost:4040/api/rules
extra_hosts:
- "ruleshost:10.1.0.48"
- RULES_API=http://rules-api:4040/api/rules

0 comments on commit 26c9746

Please sign in to comment.