Commit eee49228 authored by Reza Sahebgharan's avatar Reza Sahebgharan

windows2linux

parent be2d2f11
Pipeline #1125 passed with stage
in 3 minutes and 2 seconds
......@@ -20,12 +20,15 @@ services:
MONGO_URL: mongodb://mongo-windows:27017/karname
PORT: 3000
METEOR_SETTINGS: '{"worklistUrl":"http://karname-broker","databusUrl":"http://databus"}'
# mongo:
# image: repo.marcopacs.com/kelishe/mongo:4.2.0
# command:
# - --storageEngine=wiredTiger
# volumes:
# - data:/data/db
volumes:
- logsvol:/opt/bundle/programs/server/assets/app/logs
mongo:
image: repo.marcopacs.com/kelishe/mongo:4.2.0
command:
- --storageEngine=wiredTiger
volumes:
- data:/data/db
volumes:
data:
\ No newline at end of file
data:
logsvol:
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment