added zeo_db

This commit is contained in:
Andreas Balogh
2021-02-10 22:07:06 +01:00
parent c73c9dd2ac
commit 0607e62300
10 changed files with 217 additions and 17 deletions

View File

@@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
RUN pip install ZODB==5.6.0
RUN pip install ZEO==5.2.1
ADD ./zeo.conf /etc/zeo.conf
ADD ./run.sh /run.sh
COPY ./zeo.conf /etc/zeo.conf
COPY ./run.sh /run.sh
RUN chmod +x /run.sh
VOLUME ["/var/zeo/fs", "/var/zeo/blobs"]
EXPOSE 8100