1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Remove memcached and use redis fully (#286)

This commit is contained in:
Tony Murray 2022-07-14 08:18:47 -05:00 committed by GitHub
parent cedde585f6
commit 6cece230da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 56 additions and 93 deletions

View file

@ -20,13 +20,6 @@ services:
- "MYSQL_PASSWORD=${MYSQL_PASSWORD}"
restart: always
memcached:
image: memcached:alpine
container_name: librenms_memcached
environment:
- "TZ=${TZ}"
restart: always
redis:
image: redis:5.0-alpine
container_name: librenms_redis
@ -47,7 +40,7 @@ services:
protocol: tcp
depends_on:
- db
- memcached
- redis
volumes:
- "librenms-data:/data"
env_file:

View file

@ -7,8 +7,6 @@ REAL_IP_HEADER=X-Forwarded-For
LOG_IP_VAR=remote_addr
LIBRENMS_SNMP_COMMUNITY=librenmsdocker
MEMCACHED_HOST=memcached
MEMCACHED_PORT=11211
LIBRENMS_WEATHERMAP=false
LIBRENMS_WEATHERMAP_SCHEDULE=*/5 * * * *