8000 Remove Docker Compose and ENV files in favor of unified YAML configuration by ddkang1 · Pull Request #6 · ddkang1/smart-agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove Docker Compose and ENV files in favor of unified YAML configuration #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

ddkang1
Copy link
Owner
@ddkang1 ddkang1 commented Apr 2, 2025

Changes

  • Removed docker-compose.yml as it's no longer needed with the unified CLI approach
  • Removed .env.example as we've shifted to a YAML-based configuration approach
  • Updated .gitignore to ignore config files but keep their example templates
  • Updated setup-env.sh to reference the new CLI commands (start, stop, etc.)
  • Simplified agent.py to remove environment variable references

Benefits

  • Aligns with the new unified CLI structure where Docker is only used for specific tools
  • Consistent with the YAML-based configuration system
  • Follows the approach where local services are accessed via localhost
  • Completes the transition away from environment variables to the YAML-based configuration

This PR finalizes the cleanup of files that are no longer needed with our new architecture.

…ation

- Removed docker-compose.yml, no longer needed with unified CLI approach
- Removed .env.example, replaced with YAML-based configuration
- Updated .gitignore to ignore config files but keep examples
- Updated setup-env.sh to reference new CLI commands
- Simplified agent.py to remove environment variable references
@ddkang1 ddkang1 merged commit 3c48e62 into main Apr 2, 2025
1 check passed
@ddkang1 ddkang1 deleted the cleanup/remove-docker-compose branch April 2, 2025 05:28
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
0