PostgreSQL 18 + pgvector + self-signed TLS — fork of Zeabur 773OAW with TLS baked into the image.
PostgreSQL 18 + pgvector + self-signed TLS — fork of Zeabur 773OAW with TLS baked into the image.
zawa custom Postgres image (ghcr.io/jigsawye/zawa-pg).
Template is a direct fork of Zeabur marketplace template 773OAW (PostgreSQL with pgvector). Service definition (id, ports, volume, instructions, env order, configs file) is copied verbatim so the Zeabur dashboard treats this as a first-class Postgres service — Database tab, auto backup, exposed POSTGRES_* variables all work.
Differences from 773OAW:
ghcr.io/jigsawye/zawa-pg:latest — PG 18 + pgvector + self-signed TLS auto-generated on first boot, regenerated 30 days before expiry.SSL_SAN (SAN list baked into the cert) and LOG_TO_STDOUT (unify stderr into Zeabur log stream).${POSTGRES_CONNECTION_STRING}. Self-signed TLS is enabled but not required by the server, so internal traffic over the Zeabur private network works without sslmode.?sslmode=require for encrypted transport. verify-full requires distributing the root CA — see the zawa-pg LE upgrade path for the Let's Encrypt swap when needed.Same flow as 773OAW: download + extract the backup data.sql, then run <PostgreSQL Connect Command> < data.sql. Restoring will replace the existing user password — strip CREATE ROLE / ALTER ROLE from the dump beforehand if you want to keep the current password.