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