13 lines
323 B
YAML
13 lines
323 B
YAML
# 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
|