Add monitoring plugin with config
parent
558d9c4245
commit
f78dcf9d09
|
@ -41,6 +41,7 @@ services:
|
|||
volumes:
|
||||
- ./_data/xmpp/clustered/1/conf:/var/lib/openfire/conf
|
||||
- ./_data/xmpp/clustered/1/plugins/hazelcast.jar:/var/lib/openfire/plugins/hazelcast.jar
|
||||
- ./_data/xmpp/clustered/1/plugins/monitoring.jar:/var/lib/openfire/plugins/monitoring.jar
|
||||
- ./wait-for-it.sh:/wait-for-it.sh
|
||||
command: ["/wait-for-it.sh", "db:5432", "--", "/sbin/entrypoint.sh"]
|
||||
networks:
|
||||
|
@ -65,6 +66,7 @@ services:
|
|||
volumes:
|
||||
- ./_data/xmpp/clustered/2/conf:/var/lib/openfire/conf
|
||||
- ./_data/xmpp/clustered/2/plugins/hazelcast.jar:/var/lib/openfire/plugins/hazelcast.jar
|
||||
- ./_data/xmpp/clustered/2/plugins/monitoring.jar:/var/lib/openfire/plugins/monitoring.jar
|
||||
- ./wait-for-it.sh:/wait-for-it.sh
|
||||
command: ["/wait-for-it.sh", "db:5432", "--", "/sbin/entrypoint.sh"]
|
||||
networks:
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue