FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · dgodd/container-compose · GitHub

Tags: dgodd/container-compose

Tags

v0.6.0

Toggle v0.6.0's commit message
status command reports image availability for missing containers

When a container doesn't exist, the status command now checks whether the service image is present in the container runtime via 'container image inspect'. Output shows either '(image <ref> is available)' or '(image <ref> not pulled)'.

v0.5.0

Toggle v0.5.0's commit message
Support compose.override.yaml and docker-compose.override.yaml

Override files are detected alongside the base compose file using both known compose stems (docker-compose / compose) and both YAML extensions (.yml / .yaml). The override is deep-merged into the base configuration, with maps merged recursively and slices/scalars replaced outright.

Also adds a StringOrStringList type for the Command field, which now accepts either a single string or an array of strings in YAML — matching Docker Compose semantics.

v0.4.0

Toggle v0.4.0's commit message
update github workflow action versions

v0.3.0

Toggle v0.3.0's commit message
Fix GitHub Actions deprecation warnings

- Opt into Node.js 24 via FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env var
- Disable Go cache to avoid tar restore warnings on first run

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dgodd Dave Goddard
handle run (as well as start)

workdir
command

v0.1.0

Toggle v0.1.0's commit message
move commands onto service


Back | FazBrowse Home | New Git URL