Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PrivateBin/docker-nginx-fpm-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Jul 6, 2021
2 parents 827f2c3 + 7e1fc11 commit 8fe3ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/php8/php-fpm.d/zz-docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3

env[PRIVATEBIN_GCS_BUCKET] = $PRIVATEBIN_GCS_BUCKET
env[GOOGLE_APPLICATION_CREDENTIALS] = $GOOGLE_APPLICATION_CREDENTIALS
env[GOOGLE_CLOUD_PROJECT] = $GOOGLE_CLOUD_PROJECT
env[GCLOUD_PROJECT] = $GCLOUD_PROJECT
env[CONFIG_PATH] = $CONFIG_PATH
1 change: 1 addition & 0 deletions etc/s6/services/php-fpm8/run
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/execlineb -P
with-contenv
/usr/sbin/php-fpm8

0 comments on commit 8fe3ab9

Please sign in to comment.