mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Docker: add service 'memcached'
Additionally, setup memcached for php-fpm. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
ae0f69a5e4
commit
35851d5533
6 changed files with 24 additions and 1 deletions
|
@ -28,6 +28,10 @@ enable-maintenance = 0
|
|||
localedir = YOUR_AUR_ROOT/web/locale
|
||||
; In production, salt_rounds should be higher; suggested: 12.
|
||||
salt_rounds = 4
|
||||
cache = none
|
||||
; In docker, the memcached host is available. On a user's system,
|
||||
; this should be set to localhost (most likely).
|
||||
memcache_servers = memcached:11211
|
||||
|
||||
[notifications]
|
||||
; For development/testing, use /usr/bin/sendmail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue