github Vansmak/composr v1.8.1
Composr v1.8.1

latest releases: v1.8.4, v1.8.3, v1.8.2...
6 hours ago

📋 Found CHANGELOG.md - extracting release notes...
✅ Using changelog entries for v1.8.1

Composr v1.8.1

🚀 Container Management Platform

Fixed

  • Container Updates: Fixed is_safe_update, should_auto_update, should_scheduled_repull, perform_auto_updates, repull_container, repull_compose_container, and repull_standalone_container being defined outside the ContainerUpdateManager class — every call to these methods would crash with AttributeError
  • Container Updates: Fixed should_skip_image being called with a container_name argument it didn't accept — now accepts and checks container name against a new exclude_container_patterns setting
  • Container Updates: Fixed remote host deploys silently targeting local Docker instead of the specified host — deploy_updated_compose and repull_compose_container now correctly look up the host URL via host_manager and set DOCKER_HOST
  • Container Updates: Fixed update_compose_file_image destroying compose file formatting — replaced yaml.safe_load + yaml.dump round-trip (which strips comments and reformats) with a text-based replacement that preserves the original file structure

🐳 Docker Images

  • docker pull vansmak/composr:1.8.1
  • docker pull vansmak/composr:latest

🔧 Supported Platforms

  • linux/amd64
  • linux/arm64
  • linux/arm/v7

📦 Installation

docker run -d \
  --name composr \
  -p 5003:5003 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /path/to/docker/projects:/app/projects \
  -v /path/to/config/composr:/app/data \
  vansmak/composr:1.8.1

✨ Core Features

  • Multi-host Docker container management
  • Real-time container monitoring and control
  • Docker Compose file editor with syntax highlighting
  • Environment file management
  • Image management across multiple hosts
  • Backup and restore functionality
  • Modern web interface with dark/light themes

Don't miss a new composr release

NewReleases is sending notifications on new releases.