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
|
@ -14,6 +14,6 @@ pacman -Syu --noconfirm --noprogressbar \
|
|||
python-pytest-asyncio python-coverage hypercorn python-bcrypt \
|
||||
python-email-validator openssh python-lxml mariadb mariadb-libs \
|
||||
python-isort flake8 cgit uwsgi uwsgi-plugin-cgi php php-fpm \
|
||||
python-asgiref uvicorn python-feedgen
|
||||
python-asgiref uvicorn python-feedgen memcached php-memcached
|
||||
|
||||
exec "$@"
|
||||
|
|
2
docker/scripts/run-memcached.sh
Executable file
2
docker/scripts/run-memcached.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
exec /usr/bin/memcached -u memcached -m 64 -c 1024 -l 0.0.0.0
|
Loading…
Add table
Add a link
Reference in a new issue