mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-07 23:25:13 +08:00
7 lines
130 B
Docker
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
|