Update Installation

deon 2024-05-26 04:14:21 +00:00
parent 8602e5d2a0
commit 2fc495b7f6

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