-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change execution to be unprivileged (#311)
* Update PHP patch versions to 8.1.28, 8.2.18, and 8.3.6 * Removed NGINX_USER variable * Changed FPM-NGINX to be unprivileged * Improved readability of health check * Improved health check * Simplified NGINX config * Set cert to not be a CA cert * Configured Apache directories for changing permissions * Changed Apache to run as unprivileged * Converted NGINX Unit to be unprivileged * Dropped permissions on CLI image * Improve UX with better healthcheck notifications * Added empty line for easier expansion by scripts * Refactor .env.example file in docs directory * Remove beta notice * Add unprivileged by default support for Docker images * Added hetzner * Add default configurations for unprivileged Docker images * Update Dockerfile examples in upgrade guide * Improved syntax highlighting * Updated versions in README * Renamed provided PHP ini file per #242 (comment) * Documented PHP ini customizations. Fixes #242 * Restructured the docs * Update redirect paths in DocumentDrivenNotFound.vue * Updated docs on Laravel Automations script * Update Laravel task scheduler documentation and Docker Compose example * Update Laravel task scheduler documentation and Docker Compose example * Update links in Laravel Automations documentation * Update Laravel task scheduler documentation and Docker Compose example * Update Laravel queue and Laravel Horizon documentation * Clear config cache before running migrations. Fixes #303 * Remove comment * Added file permissions docs * Update Docker image migration guide * Removed old beta docs * Added privileges * Update command reference documentation * Update contributing guide with link to docs contribution instructions * Fixed links * Update static site generation command in service_deploy-static-site.yml * Added helpful notes to the migration guide * Changed format of docker-php-serversideup-set-id * Added /var/www/html/ to chown * Update migration guide with PHP_FPM_POOL_NAME rename * Fix SSL keypair generation in 10-init-webserver-config.sh * Add PHP_OPCACHE_ENABLE=1 to production environment for increased performance * Improved get-php-versions script to accept null values and rely more on the Official PHP data
- Loading branch information
1 parent
469dd8d
commit bcc5b18
Showing
57 changed files
with
723 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
NUXT_APP_BASE_URL=/open-source/docker-php | ||
TOP_LEVEL_DOMAIN=http://localhost:3000 | ||
BASE_PATH=http://localhost:3000/open-source/docker-php | ||
TOP_LEVEL_DOMAIN=http://localhost:3000 | ||
ALGOLIA_API_KEY=changeme | ||
ALGOLIA_APPLICATION_ID=changeme | ||
ALGOLIA_INDEX=changeme | ||
TOP_LEVEL_DOMAIN=http://localhost:3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.