remove dispatcher
This commit is contained in:
@@ -60,23 +60,6 @@ services:
|
||||
- "8000:8000"
|
||||
restart: unless-stopped
|
||||
|
||||
dispatcher:
|
||||
image: librenms/librenms:latest
|
||||
container_name: librenms_dispatcher
|
||||
env_file:
|
||||
- ./librenms.env
|
||||
environment:
|
||||
DISPATCHER_NODE_ID: dispatcher1
|
||||
DB_HOST: db
|
||||
DB_NAME: librenms
|
||||
DB_USER: librenms
|
||||
DB_PASSWORD: librenmspass
|
||||
REDIS_HOST: redis
|
||||
depends_on:
|
||||
- librenms
|
||||
command: dispatcher
|
||||
restart: unless-stopped
|
||||
|
||||
syslogng:
|
||||
image: linuxserver/syslog-ng:latest
|
||||
container_name: librenms_syslog
|
||||
|
||||
Reference in New Issue
Block a user