Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Archetypes - Make ACS containers optional in share archetype #557

Closed jlosornogil closed 5 years ago

jlosornogil commented 5 years ago

Modify the docker-compose.yml file of the share-jar archetype in order to comment out the unnecessary containers (ACS, ASS, DB). They're optional and can be used simply removing the comments.

Created from https://github.com/Alfresco/alfresco-sdk/pull/552 to solve the conflicts.

Thanks @douglascrp!

551