summaryrefslogtreecommitdiffstats
path: root/Dockerfile_postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile_postgresql')
-rw-r--r--Dockerfile_postgresql6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile_postgresql b/Dockerfile_postgresql
new file mode 100644
index 0000000..9111660
--- /dev/null
+++ b/Dockerfile_postgresql
@@ -0,0 +1,6 @@
+FROM registry.redhat.io/rhel9/postgresql-16
+
+ENV POSTGRESQL_USER=postgres \
+ POSTGRESQL_PASSWORD=postgres
+
+CMD ["/usr/bin/run-postgresql"]