Skip to content

Feature/add docker compose#1

Merged
initcron merged 2 commits intomainfrom
feature/add-docker-compose
Sep 21, 2025
Merged

Feature/add docker compose#1
initcron merged 2 commits intomainfrom
feature/add-docker-compose

Conversation

@initcron
Copy link

No description provided.

@github-actions
Copy link

logging to /home/runner/.local/share/goose/sessions/20250921_094350.jsonl
working directory: /home/runner/work/tech-stack-advisor/tech-stack-advisor

Here's a summary of the changes:

.github/workflows/goose-pr-review.yml

  • New file added.
  • Configures a GitHub Actions workflow to run Goose on pull requests.
  • Gathers PR information (files changed, diff).
  • Installs and configures the Goose CLI.
  • Creates instructions for Goose to summarize the changes.
  • Runs Goose and posts the summary as a comment on the PR.

.github/workflows/goose.yml

  • File deleted.
  • This file previously configured a GitHub Actions workflow for AI-powered PR reviews.

docker-compose.yaml

  • New file added.
  • Defines a Docker Compose configuration for a service named tech-stack-advisor.
  • Builds the service from the current directory.
  • Exposes port 7860.
  • Sets the environment variable ENV to production.
  • Configures a healthcheck.
  • Sets the restart policy to unless-stopped.

@initcron initcron merged commit 5a36075 into main Sep 21, 2025
2 of 3 checks passed
@initcron initcron deleted the feature/add-docker-compose branch September 21, 2025 09:44
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.

1 participant