init: CT104 untracked stack compose files

This commit is contained in:
2026-05-23 09:47:16 +02:00
parent a98f0e7201
commit 4ff9d3efd7
13 changed files with 903 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Secrets — never commit
.env
.env.*
!.env.example
*.secret
*.key
*.pem
# Data volumes
*/data/
*/postgres_data/
*/redis_data/