update dev deployment to use docker compose

This commit is contained in:
2025-11-30 13:35:47 -05:00
parent 21641273fa
commit 6e77de02de
4 changed files with 142 additions and 6 deletions
+69
View File
@@ -0,0 +1,69 @@
# Git
.git
.gitignore
.github
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Documentation
README.md
*.md
docs/
# CI/CD
.github/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
tmp/
temp/
# R specific
.Rhistory
.RData
.Rproj.user
*.Rproj
# Test files
app/test-*.R
**/test-*.R
# Node (if any)
node_modules/
npm-debug.log
# Python (if any)
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Build artifacts
*.tar.gz
*.zip
dashboard-dev.tar.gz
dashboard-prod.tar.gz
# Caddy (deployment-specific)
docker/caddy/data/
docker/caddy/config/