docker related

This commit is contained in:
2026-01-18 23:29:04 +01:00
parent 2f5464e1d2
commit 7a9b4b751e
30 changed files with 6004 additions and 1 deletions

18
docker/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Docker TLS certificates - NEVER commit to version control
docker/certs/
*.pem
*.key
*.csr
# Environment files with secrets
.env
.env.local
.env.*.local
# Docker data (if using local daemon)
docker-data/
# Logs and temporary files
*.log
tmp/
temp/