Make public resources of extensions accessible to web container#27
Make public resources of extensions accessible to web container#277118path wants to merge 1 commit intot3easy:mainfrom
Conversation
|
Hi! To your PR: For dev environment you. Have to use both, |
|
Ok, I see. Maybe the need dir only arises for me, as I use your setup as a blueprint to integrate web and typo3 into my own stack of services. I do not build any image in this case, but also do not use the dev env style mounting the whole project from the host. |
|
You do not have to apologize for you PR! Maybe you can show me your use case in more detail. E.g. we could add an additional environment for that purpose. |
|
Well, my use case is, to have a docker based environment where I can test the composer install routine of an extension without the need to build docker images on my own. I not sure this is worth another environment. What do you think? |
Hi,
thank you very much for this docker and composer based TYPO3 setup. I have used it for testing purposes when doing extension development.
I had to add another volume to make the resources of the extension available to the web container, which means to the web client / browser.
I hope this pull request reflects this change in a correct manner and it is helpful for other working with this setup.