Projects, not piles of containers.
Every compose project as one group, with up and down. See which service lags behind its compose file, update a project in one move, and rebuild just the service you touched.

Fig. — The compose page, with a service that runs on old settings.
What you can do
Projects as a group
Up and down for the whole project. After down it stays on the list.
Open a compose file
Open a project's compose file straight from the app.
What compose makes of it
Read the compose file, and the configuration compose makes of it.
Drift
See which service still runs on settings from before you edited the compose file.
Update a project
Pull and recreate in one go, renewing only the services that changed.
Rebuild one service
Recreate a single service, or rebuild one with build:, with the build output in view.
Good to know
Compose needs the docker CLI. Nothing else does.
Up and down run through the docker CLI with the compose plugin, exactly as in your terminal. Everything else in the app talks to the Engine API directly.
All features