Skip to main content

Docker Compose

@smith/docker-composev2026.02.27.1· 6mo agoMODELS
01README

Docker Compose model for managing stacks via swamp — up, down, ps, logs, restart, pull

02Models1
docker_compose.tsv2026.02.27.1
fn up()
Start the stack with docker compose up -d. Optionally specify services.
fn down()
Stop and remove the stack. Optionally remove volumes.
fn ps()
Show running services and store structured state.
fn logs()
Capture recent logs from services.
fn restart()
Restart one or more services.
fn pull()
Pull latest images for all or specified services.

Resources

state— Current stack state from docker compose ps
03Stats
Downloads
55
Archive size
3.4 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

04Platforms