feat(07-04): update backend/Dockerfile with config/ documentation

This commit is contained in:
2026-04-23 12:52:37 +03:00
parent 9f267a5344
commit 5b3a23f90f

View File

@@ -1,3 +1,7 @@
# [D-07] Backend container - config/ folder mounted at /app/config (read-only)
# Config sources: /app/config/backend.yaml, /app/config/secrets.yaml, environment variables
# Environment variables override YAML config per D-06 load order
FROM python:3.12-slim FROM python:3.12-slim
# Metadata labels # Metadata labels