Docker Syntax Compose Services

Use when writing compose.yaml service definitions, configuring service dependencies, or setting up health checks and resource limits. Prevents depends_on without condition: service_healthy, which starts dependent services before the upstream is actually ready. Covers image, build, command, ports, environment, volumes, networks, depends_on with health conditions, healthcheck, deploy, restart, logging, profiles, and extends directives. Keywords: services, depends_on, condition: service_healthy, healthcheck, ports, volumes, networks, deploy, restart, profiles, compose.yaml, write compose file, service definition, start order, wait for database.

Impertio-Studio f7143ab 4 files · 46.9 KB Updated

File contents

impertio-studio/docker-claude-skill-package/tree/main/skills/source/docker-syntax/docker-syntax-compose-services commit f7143abf30

Frequently asked questions

npx skillmds@latest add impertio-studio/docker-syntax-compose-services