Skip to content

Commit

Permalink
Merge pull request #6 from telepat-io/fix-docker
Browse files Browse the repository at this point in the history
deleted env vars, updated node version in Dockerfile
  • Loading branch information
Mayhem93 authored Jul 7, 2017
2 parents 4362299 + fc853c2 commit ec189d2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,14 @@
#
# VERSION 0.1.2

FROM node:0.12
FROM node:4.8.3
MAINTAINER Andrei Marinescu <andrei@telepat.io>

RUN mkdir /app

COPY . /app
WORKDIR /app
RUN npm install
# Apache Kafka, Elasticsearch and Couchbase default settings
ENV TP_ES_HOST 127.0.0.1
ENV TP_ES_PORT 9200
ENV TP_ES_INDEX default

ENV TP_KFK_HOST 127.0.0.1
ENV TP_KFK_PORT 2181
ENV TP_KFK_CLIENT "telepat-worker"

ENV TP_REDIS_HOST 127.0.0.1
ENV TP_REDIS_PORT 6379

ENV TP_MAIN_DB "ElasticSearch"
ENV TP_PW_SALT \$2a\$10\$N9qo8uLOickgx2ZMRZoMye

WORKDIR /app

Expand Down

0 comments on commit ec189d2

Please sign in to comment.