Commit 67024dc6 authored by Christopher Reis's avatar Christopher Reis

added docker persist folder

parent 121df6e0
......@@ -36,7 +36,6 @@ gmsub:
- LD_LIBRARY_PATH=/GMSEC_API/bin
links:
- gmbolt
#- rabbitmq
command: ["/GMSEC_API/bin/gmsub","server=gmbolt:9100","connectiontype=gmsec_bolt","loglevel=NONE"]
couchdb:
......@@ -44,6 +43,7 @@ couchdb:
image: couchdb:latest
volumes:
- ./couchdb:/usr/local/etc/couchdb/init.d
- ./couchdb/persistant:/usr/local/var/lib/couchdb
ports:
- "5984:5984"
......
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