chore: import upstream snapshot with attribution
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:23:40 +08:00
commit 3a28426bf4
1399 changed files with 257375 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ghcr.io/insforge/postgres:v15.13.4
COPY deploy/docker-init/db/postgresql.conf /etc/postgresql/postgresql.conf
COPY deploy/docker-init/db/db-init.sql /docker-entrypoint-initdb.d/01-init.sql
COPY deploy/docker-init/db/jwt.sql /docker-entrypoint-initdb.d/02-jwt.sql