-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance service configuration with OCI defaults and improve run…
…time features (#92) * Support fallback to OCI image config.json for service defaults - Auto-populate workdir from OCI config - Use entrypoint/cmd for command and args - Inherit environment variables from image * Add support for multiple port mappings per service - Replace single port with ports array - Update validation for port conflicts - Maintain backward compatibility * Improve logging system - Implement log rotation - Add supervisor logs viewing - Enhance log formatting and organization * Refactor path handling - Remove static global paths - Use dynamic path resolution - Better organization of monocore directories BREAKING CHANGE: Service port configuration now uses 'ports' array instead of single 'port' field
- Loading branch information
Showing
23 changed files
with
1,026 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.