TYPO3-docker-boilerplate
TYPO3-docker-boilerplate copied to clipboard
:stew: TYPO3 Docker Boilerplate project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Currently the TYPO3 backend is slow in docker installations. Even if a delegated volume is mounted. If TYPO3 is setup as composer we can stop mounting the /var/ folder to...
Looking at the low activity in this project, I'm wondering if anyone is still using it? There's now a great alternative with "ddev" which is Open Source (Apache License) as...
Hello, You suggested the [Vagrant Manager](http://vagrantmanager.com) for the _vagrant-development_ machine. Now the _Vagrant Manager_ offers _docker_ as provider. Is it technically possible to run the _TYPO3-docker-boilerplate_ machines with vagrant? Then...
Hi guys, this is to kindly ask your support with the following issue: I cloned the repository successfully and create the environment.yml file. Than i installed Typo3 for the first...
It is just a suggestion but it would be cool if the file `app/web/index.php` would be removed from the repository as this file will be always changed by kind of...
The current database backup strategy keeps the latest backup in compressed form. I can't go back in history with this. Which backup strategy is recommended by the admin to enable...
Daniel has created a docker to generate T3 sphinx documentation. https://github.com/DanielSiepmann/t3-sphinx I think this would complete TYPO3-docker-boilerplate, if we could render the documentation without additional configuration to HTML, PDF and...
Integrate https://hub.docker.com/r/danielsiepmann/t3-sphinx/ for rendering documentation
Running `make create typo3` deletes the folder `app/` before it's created again. This breaks further execution of `make bash` etc. because the folder is now found at a different inode:...
Hi succeded in changing the container names using my own. Here my findings: ``` mymain: build: docker/main #dockerfile: Ubuntu-12.04 # Ubuntu 12.04 - PHP 5.3, LTS (precise) dockerfile: Ubuntu-14.04 #...