moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 200 forks source link

update all code to use docker compose plugin #557

Closed pythys closed 1 year ago

pythys commented 1 year ago

replace all instances of docker-compose with docker compose as moqui switched to the compose plugin by default

jonesde commented 1 year ago

There was some discussion about this recently and a branch with some docker compose updates:

https://forum.moqui.org/t/updating-docker-compose-files-opensearch-compose-plugin-postgres/355

https://github.com/moqui/moqui-framework/tree/dcompose-updates

If you'd like to help with this it would be great, feedback on the forum or with PRs like this to the dcompose-updates branch. I think sooner than later we'll need to go from 'docker-compose' to 'docker compose' but I'm not yet sure about the timing so my current plan is to accumulate related changes in a branch and then drop it all in at once with a clear notice about not being backward compatible (due to changes in a dependency in this case).

Anyway, what I'm thinking is better to work from that branch and submit this PR to it rather than the master branch.