update ci/cd config

This commit is contained in:
2026-05-21 11:05:53 +08:00
parent 008fb370d5
commit ef7d3a5351
8 changed files with 2421 additions and 63 deletions
+14
View File
@@ -0,0 +1,14 @@
FROM docker.io/timescale/timescaledb:2.27.1-pg16
LABEL org.opencontainers.image.title="datahub-timescaledb2" \
org.opencontainers.image.vendor="WPIC" \
org.opencontainers.image.licenses="LicenseRef-WPIC-Proprietary" \
org.opencontainers.image.source="https://repo.yneed.cn/wpic-dev/datahub"
ARG TIMEZONE=Asia/Shanghai
ENV TZ=${TIMEZONE} \
LANG=en_US.utf8
COPY initdb/ /docker-entrypoint-initdb.d/
EXPOSE 5432