Files
mgmt/docker-compose.postgres.yml
scott ab61f63e58 remove SQLite fallback, require PostgreSQL everywhere
- Remove sqlite DATABASE_URL from Dockerfile, docker-compose.yml, and
  Helm configmap; add Postgres service to base docker-compose
- Remove SQLite persistence PVC, usePostgres helper, and conditional
  volume/strategy logic from Helm chart
- Remove dual-dialect branches in run.py (keep Postgres-only SQL)
- Remove SQLite backup endpoint and frontend button
- Add Postgres container to dev.sh alongside Keycloak
- Update config.py default to postgresql://
- Update .env.example files, README, CLAUDE.md, and notes
- Tests remain on in-memory SQLite for speed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 10:46:32 -07:00

9 lines
275 B
YAML

# Docker Compose override — Postgres configuration.
# Postgres is now included in the base docker-compose.yml.
# This file is kept for backwards compatibility with demo.sh.
#
# Usage:
# podman compose -f docker-compose.yml -f docker-compose.postgres.yml up
services: {}