This commit is contained in:
Bernhard Radermacher
2026-02-11 12:53:58 +00:00
parent ac7e8ead59
commit 072b7fef92
3 changed files with 128 additions and 1 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM postgres:15
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
RUN mkdir /wal_archive
VOLUME /wal_archive