Skip to content

[TEST] Add docker-compose stack smoke test script #683

@wheval

Description

@wheval

Summary

Script curls health endpoints after compose up (#569).

Background

Medium-effort, independently implementable task. Not part of Stellar Wave program tracking.

Scope

  • scripts/
  • docker-compose.dev.yml

Files to create / modify

Create scripts/dev/smoke-stack.sh; document in local-services.md.

Example implementation

curl -sf http://localhost:8080/health && curl -sf http://localhost:3000/relay/status

Acceptance criteria

  • Exits 0 when healthy
  • CI optional job or documented manual gate
  • 30s timeout

Difficulty

Medium

Labels

enhancement, medium, developer-experience

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions