Juampy NR
Juampy NR
In my case, adding the following variables to the `apache` section at `docker-compose.yml` solved it: ``` APACHE_TIMEOUT: 6000 APACHE_FCGI_PROXY_TIMEOUT: 6000 ```
If you are using Apache, here is how the `apache` section at `docker-compose.yml` should look like: ``` apache: ... labels: - 'traefik.backend=${PROJECT_NAME}_apache' - 'traefik.port=80' - 'traefik.frontend.rule=HostRegexp:{subdomain:[a-z]+}.${PROJECT_BASE_URL}' ```
Sounds good @fjgarlin. I think that it makes sense to update the Dockerfile to create a new image. As for where to store the image, I would prefer GitHub's Container...
> An attempt at this is made here: #81 > > -- > > Just thinking out loud here... I wonder how difficult would it be to add `ddev` or...
> That would be something really cool to get. Give the users a few options to choose from and then generate everything with the right versions. I really like the...
@fjgarlin just created https://github.com/Lullabot/drupal9ci/issues/82
Looks good to me but I will defer to @fjgarlin to give the final thumbs up.
Wondering about the implications of the different label. There was a previous attempt to update the php version at https://github.com/Lullabot/drupal9ci/pull/75/files.
As for the current flow, when you click on the link to tear down, if you are logged in already it does not work since it expects a POST request....
@davereid, on the other hand, with the current set up you look for the `patches` directory to see if there is a patch for a certain module. It also has...