Skip to content
Snippets Groups Projects
Commit 36cbb204 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added MONGO_OPLOG_URL to Dockerfile

parent da74f43c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ WORKDIR /app/bundle ...@@ -23,6 +23,7 @@ WORKDIR /app/bundle
# needs a mongoinstance - defaults to container linking with alias 'mongo' # needs a mongoinstance - defaults to container linking with alias 'mongo'
ENV MONGO_URL=mongodb://mongo:27017/rocketchat \ ENV MONGO_URL=mongodb://mongo:27017/rocketchat \
MONGO_OPLOG_URL=mongodb://mongo:27017/local \
HOME=/tmp \ HOME=/tmp \
PORT=3000 \ PORT=3000 \
ROOT_URL=http://localhost:3000 \ ROOT_URL=http://localhost:3000 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment