Add Coolify deployment configuration

This commit is contained in:
2025-07-07 21:42:30 +02:00
parent 587870e5f6
commit 0232cd0c20
8 changed files with 731 additions and 48 deletions

43
.dockerignore Normal file
View File

@ -0,0 +1,43 @@
# Git
.git
.gitignore
# Documentation
README.md
*.md
# Build artifacts
main
*.exe
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
# Docker files (not needed in container)
Dockerfile*
docker-compose*.yml
.dockerignore