# Scaffolded for Coolify (see ADR-003) — not yet connected to any live Coolify app. # No ports exposed here on purpose: production access goes through the reverse proxy, # never by publishing container ports directly. services: postgres: restart: always qdrant: restart: always redis: restart: always