Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

docker compose override#106

Open
github-actions[bot] wants to merge 3 commits intomasterfrom
feature/105-override
Open

docker compose override#106
github-actions[bot] wants to merge 3 commits intomasterfrom
feature/105-override

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Jul 15, 2023

Closes #105

Joomlatools server certainly seems to provide for override files:
https://github.com/joomlatools/joomlatools-server/blob/master/.gitignore#L9

And the Joomlatools Control also can look for these files if provided in the correct format:
https://github.com/joomlatools/joomlatools-server/blob/master/.gitignore#L9
https://github.com/joomlatools/joomlatools-server/blob/master/bin/jtctl#L149-L158

Can't for the life of me, with the current code how to provide the list of docker compose files, that would be exploded into an array here:
https://github.com/joomlatools/joomlatools-server/blob/master/bin/jtctl#L149

So have modified for testing.

Testing

  1. `mv docker-compose.override-sample.yml docker-compose.override.yml
  2. Modify it to extend the base configuration
  3. export SERVER_FILES="docker-compose.yml docker-compose.override.yml"
  4. sh bin/jtctl start
  5. Double check the configuration via docker compose config

yiendos added 3 commits July 15, 2023 11:33
- could work out how the string would be split into an array
- modified the creation of the array so that spaces would be delimeter instead
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker compose override

1 participant