Merge branch 'master' of github.com:PrivateBin/docker-nginx-fpm-alpine
This commit is contained in:
commit
8fe3ab9ce7
2 changed files with 7 additions and 0 deletions
|
@ -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,2 +1,3 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
with-contenv
|
||||
/usr/sbin/php-fpm8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue