mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
All containers should connect to redis (#178)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
4bb31cd6a5
commit
3640abdb7b
4 changed files with 24 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
restart: always
|
||||
|
||||
dispatcher:
|
||||
|
|
@ -130,5 +133,8 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
- "SIDECAR_SYSLOGNG=1"
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@ services:
|
|||
DB_USER: *MYSQL_USER
|
||||
DB_PASSWORD: *MYSQL_PASSWORD
|
||||
DB_TIMEOUT: "60"
|
||||
REDIS_HOST: "redis"
|
||||
REDIS_PORT: "6379"
|
||||
REDIS_DB: "0"
|
||||
restart: always
|
||||
|
||||
dispatcher:
|
||||
|
|
@ -153,6 +156,9 @@ services:
|
|||
DB_USER: *MYSQL_USER
|
||||
DB_PASSWORD: *MYSQL_PASSWORD
|
||||
DB_TIMEOUT: "60"
|
||||
REDIS_HOST: "redis"
|
||||
REDIS_PORT: "6379"
|
||||
REDIS_DB: "0"
|
||||
SIDECAR_SYSLOGNG: "1"
|
||||
restart: always
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,9 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
restart: always
|
||||
|
||||
dispatcher:
|
||||
|
|
@ -148,5 +151,8 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
- "SIDECAR_SYSLOGNG=1"
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -104,6 +104,9 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
restart: always
|
||||
|
||||
dispatcher:
|
||||
|
|
@ -159,5 +162,8 @@ services:
|
|||
- "DB_USER=${MYSQL_USER}"
|
||||
- "DB_PASSWORD=${MYSQL_PASSWORD}"
|
||||
- "DB_TIMEOUT=60"
|
||||
- "REDIS_HOST=redis"
|
||||
- "REDIS_PORT=6379"
|
||||
- "REDIS_DB=0"
|
||||
- "SIDECAR_SYSLOGNG=1"
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue