Set up Docker and 24-hour monitoring #1

Merged
NyxiumYuuki merged 1 commit from claude/docker-setup-monitoring-01XxBdb5R99jUqtqbAp6p61j into master 2025-11-29 06:00:52 +01:00
NyxiumYuuki commented 2025-11-29 05:56:31 +01:00 (Migrated from github.com)
  • Update Dockerfile to use pyproject.toml instead of requirements.txt
  • Add support for Docker Hub image pulling in compose files
  • Add comprehensive deployment documentation with multiple methods
  • Create CLAUDE.md with development and architecture guide
  • Add .dockerignore for optimized build context
  • Update .env.example with Docker configuration variables
  • Configure 24-hour monitoring interval by default

Changes:

  • Dockerfile: Install from pyproject.toml, use main.py entry point
  • docker-compose.yml: Add image option for registry deployment
  • docker-compose.prod.yml: Add image option for VPS deployment
  • README.md: Add Docker Hub push/pull workflows and examples
  • CLAUDE.md: Comprehensive guide for AI assistants and developers
  • .dockerignore: Exclude unnecessary files from Docker builds
  • .env.example: Add DOCKER_USERNAME and IMAGE_TAG variables
- Update Dockerfile to use pyproject.toml instead of requirements.txt - Add support for Docker Hub image pulling in compose files - Add comprehensive deployment documentation with multiple methods - Create CLAUDE.md with development and architecture guide - Add .dockerignore for optimized build context - Update .env.example with Docker configuration variables - Configure 24-hour monitoring interval by default Changes: - Dockerfile: Install from pyproject.toml, use main.py entry point - docker-compose.yml: Add image option for registry deployment - docker-compose.prod.yml: Add image option for VPS deployment - README.md: Add Docker Hub push/pull workflows and examples - CLAUDE.md: Comprehensive guide for AI assistants and developers - .dockerignore: Exclude unnecessary files from Docker builds - .env.example: Add DOCKER_USERNAME and IMAGE_TAG variables
Sign in to join this conversation.
No description provided.