FROM postgres:15 COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ RUN mkdir /wal_archive VOLUME /wal_archive