Skip to content

refactor: use include spec for docker compose #122

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 3 commits into from
Jan 11, 2025
Merged

Conversation

shantanoo-desai
Copy link
Owner

instead of generating a compose file from docker compose config use the compose files as if they are headers and they are included in an entrypoint compose.yml file.

adapt the jsonschema file for tests.

closes #120

@shantanoo-desai shantanoo-desai added enhancement New feature or request docker-compose All activities related to docker compose files / templates labels Jan 11, 2025
@shantanoo-desai shantanoo-desai self-assigned this Jan 11, 2025
instead of generating a compose file from `docker compose config`
use the compose files as if they are headers and they are included
in an entrypoint `compose.yml` file.

adapt the jsonschema file for tests.

closes #120

Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
check for an compose.yml file as opposed to
docker-compose.yml file

Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
@shantanoo-desai shantanoo-desai merged commit 17d2d1b into main Jan 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-compose All activities related to docker compose files / templates enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[docker-compose] Refactor the generated compose file to use the include spec
1 participant