docker-watch-mode-2025

Docker Compose Watch Mode (2025 GA)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docker-watch-mode-2025" with this command: npx skills add josiahsiegel/claude-plugin-marketplace/josiahsiegel-claude-plugin-marketplace-docker-watch-mode-2025

Docker Compose Watch Mode (2025 GA)

Docker Compose Watch enables automatic hot reload during local development by synchronizing file changes instantly without manual container restarts.

Three Watch Actions

  1. sync - Hot Reload

For frameworks with hot reload (React, Next.js, Node.js, Flask). Copies changed files directly into running container.

  1. rebuild - Compilation

For compiled languages (Go, Rust, Java) or dependency changes. Rebuilds image and recreates container when files change.

  1. sync+restart - Config Changes

For configuration files requiring restart. Syncs files and restarts container.

Usage

services: frontend: build: ./frontend develop: watch: - action: sync path: ./frontend/src target: /app/src ignore: [node_modules/, .git/] - action: rebuild path: ./frontend/package.json

Start with: docker compose up --watch

Benefits

  • Better performance than bind mounts

  • No file permission issues

  • Intelligent syncing

  • Supports rebuild capability

  • Works on all platforms

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tailwindcss-advanced-layouts

No summary provided by upstream source.

Repository SourceNeeds Review
General

tailwindcss-animations

No summary provided by upstream source.

Repository SourceNeeds Review
General

tailwindcss-mobile-first

No summary provided by upstream source.

Repository SourceNeeds Review
General

docker-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review