No description
Find a file
Vadym Samoilenko 1a1bc97bfc Update deploy script and .env.example for PostgreSQL
- deploy.sh: wait for postgres healthcheck before app healthcheck
- deploy.sh: add one-time JSON→PostgreSQL migration prompt (step 13)
  with migration marker file to avoid re-prompting on future deploys
- deploy.sh: update summary to show both app and DB container names
- deploy.sh: check POSTGRES_PASSWORD in required keys
- .env.example: add POSTGRES_PASSWORD, ADMIN_EMAILS, emergency access vars

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:53:27 +00:00
backend Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
frontend Fix TypeScript build errors 2026-03-23 19:34:11 +00:00
.env.example Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
.gitignore Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
deploy.sh Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
docker-compose.yml Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
Dockerfile Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_dev.sh Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00