mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 14:49:52 +00:00
- Add Docker Compose configurations for Ubuntu and Debian - Include interactive startup script for easy setup - Support for Windows, macOS, and Linux platforms - Comprehensive documentation and troubleshooting guide - Multiple deployment options (simple, custom build, etc.) This community contribution enables CasaOS to run in containers, making it accessible to users on non-Linux systems and providing isolated testing environments.
29 lines
243 B
Plaintext
29 lines
243 B
Plaintext
# CasaOS Docker Environment
|
|
|
|
# Data directories
|
|
data/
|
|
logs/
|
|
config/
|
|
|
|
# Docker volumes
|
|
.volumes/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|