mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Replaced Kadira by meteor-apm-agent
This commit is contained in:
parent
8996df5c09
commit
905c45f225
3 changed files with 6 additions and 11 deletions
|
@ -90,4 +90,4 @@ wekan:wekan-ldap
|
|||
wekan:accounts-cas
|
||||
wekan-scrollbar
|
||||
mquandalle:perfect-scrollbar
|
||||
meteorhacks:kadira
|
||||
mdg:meteor-apm-agent
|
||||
|
|
|
@ -123,7 +123,7 @@ services:
|
|||
# image: wekanteam/wekan:v1.95
|
||||
#-------------------------------------------------------------------------------------
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
restart: "no"
|
||||
networks:
|
||||
- wekan-tier
|
||||
#-------------------------------------------------------------------------------------
|
||||
|
@ -148,7 +148,7 @@ services:
|
|||
# remove port mapping if you use nginx reverse proxy, port 8080 is already exposed to wekan-tier network
|
||||
- 3000:8080
|
||||
environment:
|
||||
- MONGO_URL=mongodb://wekandb:27017/wekan?replicaSet=kadira
|
||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||
#---------------------------------------------------------------
|
||||
# ==== ROOT_URL SETTING ====
|
||||
# Change ROOT_URL to your real Wekan URL, for example:
|
||||
|
@ -193,9 +193,9 @@ services:
|
|||
# ==== OPTIONAL: KADIRA PERFORMANCE MONITORING FOR METEOR ====
|
||||
# https://github.com/smeijer/kadira
|
||||
# https://blog.meteor.com/kadira-apm-is-now-open-source-490469ffc85f
|
||||
- KADIRA_OPTIONS_ENDPOINT=http://kadira-engine:11011
|
||||
- KADIRA_APP_ID=iYpPgq6rXRrZJty4A
|
||||
- KADIRA_APP_SECRET=9de2728b-320d-46c1-9352-0084435411f0
|
||||
- APM_OPTIONS_ENDPOINT=http://kadira-engine:11011
|
||||
- APM_APP_ID=iYpPgq6rXRrZJty4A
|
||||
- APM_APP_SECRET=9de2728b-320d-46c1-9352-0084435411f0
|
||||
#---------------------------------------------------------------
|
||||
# ==== OPTIONAL: LOGS AND STATS ====
|
||||
# https://github.com/wekan/wekan/wiki/Logs
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
Meteor.startup(() => {
|
||||
const appId = process.env.KADIRA_APP_ID;
|
||||
const appSecret = process.env.KADIRA_APP_SECRET;
|
||||
Kadira.connect(appId, appSecret);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue