Initial project setup for FreeTAKServer & FreeTAKHub deployment

This commit is contained in:
dev
2026-05-03 14:09:14 +02:00
commit 4d84816da2
5 changed files with 244 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Environment files with secrets
.env
# Docker volumes data
**/data/
**/*.db
**/logs/
# Temporary files
*.tmp
*.log
.DS_Store