Skip to content

stacker status --watch omits main app container from services list #219

Description

@vsilent

Description

After a successful deploy, stacker status --watch lists backend services but omits the main app container from the services list.

Affected Projects

Mastodon, Socioboard

Steps to Reproduce

  1. Deploy a project (e.g., Mastodon)
  2. Run stacker status --watch
  3. Check services list

Expected Behavior

All deployed services including the app service should be listed.

Actual Behavior

Only backend services are shown:

Services
  • mastodon_db (ports: 127.0.0.1:5432:5432)
  • redis (ports: 127.0.0.1:6379:6379)
  • sidekiq

The app container (project-app-1) is running and exposing port 3000, but not shown.

Environment

  • Stacker CLI version: latest
  • Deploy target: server, cloud

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions