Commit Graph

3 Commits

Author SHA1 Message Date
2557aacd5d Refactor DockerComposeManager usage in basic_example and enhance error handling for service, network, config, and secret management 2025-06-18 05:05:29 +02:00
2996016aee Add logging to basic_example and update PostgreSQL database name 2025-06-18 04:41:49 +02:00
63160d682f Add initial implementation of Docker Compose manager and example usage
- Introduced DockerComposeManager class for programmatically creating and managing Docker Compose YAML files.
- Added example script demonstrating usage of DockerComposeManager.
- Created tests for service creation, modification, and removal.
- Included project metadata in pyproject.toml and added linting instructions in copilot-instructions.md.
2025-06-18 03:45:48 +02:00