Export a volume for data storage.

This commit is contained in:
Jake Moshenko 2014-05-13 16:27:54 -04:00
parent 628d09afe0
commit 53fa778cda

View file

@ -82,7 +82,7 @@ RUN venv/bin/python -m external_libraries
ADD test test
RUN TEST=true venv/bin/python -m unittest discover
VOLUME ["/conf/stack", "/mnt/logs"]
VOLUME ["/conf/stack", "/mnt/logs", "/datastorage"]
EXPOSE 443 80