Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:20 +08:00
commit ff4ea19b57
10 changed files with 595 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for docker-compose-generator skill
- [ ] validate_compose.sh: Validates the generated Docker Compose file using docker-compose config.
- [ ] generate_env_file.py: Generates a .env file based on the Docker Compose file, pre-filled with default values.
- [ ] deploy.sh: A script to deploy the Docker Compose file to a Docker Swarm or Kubernetes cluster.