warpgate/tests/images/postgres-server/Dockerfile
2024-10-09 00:08:33 +02:00

7 lines
130 B
Docker

FROM postgres:17.0
ENV POSTGRES_DB=db
ENV POSTGRES_USER=user
ENV POSTGRES_PASSWORD=123
ADD init.sql /docker-entrypoint-initdb.d