From 2fc495b7f63cba0df953249c20c26865c63372a5 Mon Sep 17 00:00:00 2001 From: deon Date: Sun, 26 May 2024 04:14:21 +0000 Subject: [PATCH] Update Installation --- Installation.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 8832c69..4545c9f 100644 --- a/Installation.md +++ b/Installation.md @@ -205,6 +205,17 @@ services: - /srv/docker/clrghouz/app/logs:/var/www/html/storage/logs - /srv/docker/clrghouz/app/fido:/var/www/html/storage/app/fido + memcached: + image: memcached:alpine + command: -e /memcached/memory_file + deploy: + resources: + limits: + memory: 512M + stop_signal: SIGUSR1 + volumes: + - /gpfs/docker/bbs/clrghouz/memcached:/memcached + postgres: image: postgres:15-alpine deploy: @@ -244,7 +255,7 @@ services: - /srv/docker/clrghouz/minio:/data haproxy: - image: haproxy + image: haproxy:alpine command: -f /usr/local/etc/haproxy/config #cap_add: #- NET_ADMIN