Agent skill

docker-compose-setup

Setup docker-compose for Todo app services. Use for local dev environment.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/docker-compose-setup

SKILL.md

DockerComposeSetup Instructions

Input: Services (frontend, backend, db). Output: YAML config. Steps:

  1. Define services with builds and ports. Example YAML: version: '3' services: frontend: build: ./frontend ports: ["3000:3000"] backend: build: ./backend ports: ["8000:8000"] environment:
    • DATABASE_URL=postgresql://user:pass@neon-host/db

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results