-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sync templates, var/cache mount, node 22, session clean #33
base: master
Are you sure you want to change the base?
Conversation
- type: has_composer_package | ||
value: symfony/flex | ||
- type: has_composer_package | ||
value: symfonycorp/platformsh-meta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the only significant diff with 30-symfony-flex.yaml, yet we don't use this meta anymore (there is no recipe attached to it)
@@ -47,7 +48,7 @@ template: | | |||
passthru: "/{{.FrontController}}" | |||
|
|||
mounts: | |||
"/var": { source: storage, source_path: var } | |||
"/var/cache": { source: instance, source_path: var/cache } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For thoughts: var/cache/prod/pools
contains parts that would be better in a storage
(app pools) and others which are better in instance
(system pools).
We might check how to make a cleaner separation in Symfony itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR updated
0107841
to
680beca
Compare
Updated to use composer audit |
Updated with a cron task to clean expired php sessions and set |
0511734
to
cd6c4b6
Compare
No description provided.