mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 05:15:14 +00:00
- Update version to 1.3.1 in package.json and docker-compose.yml - Optimize Dockerfile with proper data directory structure for production - Add comprehensive Docker documentation (DOCKER.md) - Include deployment and backup scripts (deploy.sh, backup.sh) - Add .env.example for environment configuration - Improve README with detailed deployment instructions - Fix database path handling for Docker production environment - Add health checks and proper Docker Compose configuration - Remove development task documentation - Update .gitignore to exclude backup directories 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
228 B
Plaintext
21 lines
228 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Local Database
|
|
ap-pos.db
|
|
backups/
|
|
|
|
# Docmuentation tasks
|
|
dev-tasks.md
|
|
|
|
# Environment variables
|
|
.env
|
|
*.env.local
|
|
*.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
devtastks
|