1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Implement WAL archiving

This commit is contained in:
Tim Möhlmann
2018-11-22 07:46:57 +02:00
parent e3a503a559
commit 479b410f19
3 changed files with 667 additions and 2 deletions

View File

@@ -17,11 +17,12 @@ COPY conf /conf
ENV LANG en_US.UTF-8
RUN mkdir -p /data /run/postgresql \
&& chown -R postgres:postgres /data /run/postgresql \
RUN mkdir -p /data /backup /run/postgresql \
&& chown -R postgres:postgres /run/postgresql \
&& chmod 2777 /run/postgresql
VOLUME /data
VOLUME /backup
EXPOSE 5432
CMD /start.py