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
- Deploy a project (e.g., Mastodon)
- Run
stacker status --watch
- 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
Description
After a successful deploy,
stacker status --watchlists backend services but omits the mainappcontainer from the services list.Affected Projects
Mastodon, Socioboard
Steps to Reproduce
stacker status --watchExpected Behavior
All deployed services including the
appservice should be listed.Actual Behavior
Only backend services are shown:
The
appcontainer (project-app-1) is running and exposing port 3000, but not shown.Environment