This commit is contained in:
Bernhard Radermacher
2025-10-23 12:08:22 +00:00
parent b2c0ad1ae7
commit 6e598e489b
6 changed files with 500 additions and 1 deletions

22
Dockerfile Normal file
View File

@@ -0,0 +1,22 @@
FROM postgres:15
#COPY docker-entrypoint.sh /usr/local/bin/
COPY config.sh /docker-entrypoint-initdb.d/
COPY entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]
CMD ["postgres"]
#ENTRYPOINT ["bash"]
#ENV LANG en_US.utf8
#ENV PG_MAJOR 15
#ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
#
#ENV PG_VERSION 15.14-1.pgdg13+1
#
#
#
#
#ENV PGDATA /var/lib/postgresql/data