Initial commit: Docker configurations for vault and gitea

This commit is contained in:
Will Song
2025-07-14 18:00:37 -05:00
commit 627e871d85
10 changed files with 1165 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Ignore all data directories
*/data/
*/postgres/
*/vw-data/
*/*.db
*/*.sqlite
*/logs/
*/db_data/
*/caddy_data/
*/caddy_config/
*/config/
# Ignore environment files
.env
.env.local
# Ignore temporary files
*.tmp
*.log
# Ignore HA specific directories
HA/config/
HA/db_data/
# Keep structure
!.gitkeep