Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose PHP variables to make them easier to adjust #171

Merged
merged 5 commits into from
Jul 29, 2021

Conversation

bondjimbond
Copy link
Contributor

Resolves #170: Adds PHP memory limit and file upload maximum variables to sample.env and docker-compose.drupal.yml so that they can be easily adjusted.

Copy link
Contributor

@nigelgbanks nigelgbanks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid, existing users will get an error as there is no default value in the *.yml files. Though I don't think it's too much burden for them to check and update their .env when they pull to the latest and compare it against the sample.env.

I think though the same configs need to be added to https://github.com/Islandora-Devops/isle-dc/blob/development/docker-compose.code-server.yml as well. If the user is using the code-server it intercepts the traffic that would normally go to drupal, and users would likely be confused if they when to the status page / phpinfo in Drupal and didn't see their expected values for memory and what not.

@bondjimbond
Copy link
Contributor Author

@nigelgbanks I believe I addressed that with the latest commit - let me know if it's in the wrong place.

@nigelgbanks
Copy link
Contributor

@bondjimbond if you could add it to the code-server service as well that would be great!

@bondjimbond
Copy link
Contributor Author

@nigelgbanks Done. Does that address everything?

@nigelgbanks nigelgbanks merged commit 177e4d3 into Islandora-Devops:development Jul 29, 2021
@nigelgbanks
Copy link
Contributor

Fantastic thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add PHP upload and memory limits to sample.env and docker-compose.drupal.yml
2 participants