添加安装部署脚本
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FROM docker.io/timescale/timescaledb:latest-pg16
|
||||
|
||||
LABEL maintainer="WPIC Datahub" \
|
||||
app.name="datahub-postgres"
|
||||
|
||||
ENV TZ=Asia/Shanghai \
|
||||
LANG=en_US.utf8
|
||||
|
||||
COPY deploy/podman/images/postgres/initdb/ /docker-entrypoint-initdb.d/
|
||||
|
||||
EXPOSE 5432
|
||||
Reference in New Issue
Block a user