Skip to content

feat(app): add --service for compose app logs - #81

Merged
andrasbacsai merged 1 commit into
v4.xfrom
75-investigate-compose-logs
Jul 21, 2026
Merged

feat(app): add --service for compose app logs#81
andrasbacsai merged 1 commit into
v4.xfrom
75-investigate-compose-logs

Conversation

@andrasbacsai

Copy link
Copy Markdown
Member

Summary

  • Add --service <name> to coolify app logs so multi-service Docker Compose apps can fetch logs for a specific service
  • Pass the service name to the API as service_name; omit it to keep the previous first-container behavior
  • Document the flag in README, command help, and examples
  • Cover the new query parameter with service-layer and command flag tests

Related

fixes #75


Fixes #75

@andrasbacsai
andrasbacsai merged commit ee3e42c into v4.x Jul 21, 2026
4 of 5 checks passed
@andrasbacsai
andrasbacsai deleted the 75-investigate-compose-logs branch July 21, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker-compose logs

1 participant