Docker: add service 'memcached'

Additionally, setup memcached for php-fpm.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-08-08 18:35:49 -07:00
parent ae0f69a5e4
commit 35851d5533
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
6 changed files with 24 additions and 1 deletions

View file

@ -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