docker-symfony
docker-symfony copied to clipboard
:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
I have this error on symfony-demo application. An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the...
[Doctrine\DBAL\Exception\DriverException] An exception occured in driver: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client [Doctrine\DBAL\Driver\PDOException] SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client [PDOException]...
Hi, I user a bundle for cron but I have to run a commande every hour. I see that you don't use cron in this docker. I try many thing...
Used more and more in applications for various use cases. Would be great o have optional node similar to optional redis.
Shouldn't we use the official nginx image instead of building one from `debian:jessie` ? We could use something like: ```yml services: # ... nginx: image: nginx:1.13 depends_on: - php volumes:...
**Problem** it turn out that Windows users have problem with volume on a Windows host. **Solution** Add `COMPOSE_CONVERT_WINDOWS_PATHS=1` to the `.env` file should solve some problem when mounting volume. See:...
Cannot find the entry point for the project. localhost:80 out puts : File not found.
From my understanding of Docker - I'm not a guru - each time you use a RUN command, it creates a temporary cached image. In this case, I think there...
Thanks @maxpou . I am using my app in production on AWS ECS and I have some questions about ELK. In my task definition, i added 3 containers : php-fpm,...
Hi. I am trying to ADD the application files to the PHP container instead of mounting them. The application files are added but while accessing it on the prod environment...