- TanStack Start (React 19, Tailwind 4) frontend recreated from Stitch design - PocketBase backend with schema migration + idempotent content seed - Single Docker image running both services (non-root, healthchecked) - deploy.sh to build & push to registry.tanshu.com - Ansible playbook (roles: app, caddy) deploying to www.greatbear.in with Caddy TLS entries for the site and the PocketBase admin
9 lines
287 B
Bash
9 lines
287 B
Bash
# Copy to .env and fill in real values. .env is git-ignored.
|
|
REGISTRY=registry.tanshu.com
|
|
REGISTRY_USER=ta-registry
|
|
REGISTRY_PASSWORD=changeme
|
|
|
|
# Initial PocketBase admin (applied on first container start; idempotent)
|
|
PB_SUPERUSER_EMAIL=admin@greatbear.in
|
|
PB_SUPERUSER_PASSWORD=changeme
|