-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
export VERSION="3.1.0" | ||
export VERSION="3.5.5" | ||
|
||
export REGISTRY=docker.coscale.com:5000 | ||
export REGISTRY_USERNAME= | ||
|
@@ -13,6 +13,8 @@ export API_URL= | |
export API_SUPER_USER= | ||
export API_SUPER_PASSWD= | ||
export APP_URL= | ||
#RUM_URL has no protocol | ||
export RUM_URL= | ||
|
||
export [email protected] | ||
export [email protected] | ||
|
@@ -24,4 +26,3 @@ export MAIL_SSL=false | |
export MAIL_AUTH=false | ||
export MAIL_USERNAME= | ||
export MAIL_PASSWORD= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--link coscale_rabbitmq:rabbitmq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--link coscale_api:api --link coscale_app:app | ||
--link coscale_api:api --link coscale_app:app --link coscale_rum:rum --link coscale_rumdatareceiver:rumdatareceiver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--link coscale_rabbitmq:rabbitmq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--link coscale_rabbitmq:rabbitmq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
export DATA_SERVICES="rabbitmq cassandra memcached postgresql elasticsearch" | ||
export LB_SERVICE="haproxy" | ||
export COSCALE_SERVICES="anomalydetectorservice alerter analysismanager analysisworker api app cron datastore mailer pageminer reporter roller anomalymatcher triggermatcher" | ||
export COSCALE_SERVICES="anomalydetectorservice alerter analysismanager analysisworker api app cron datastore mailer pageminer reporter roller anomalymatcher triggermatcher rum rumdatareceiver collector rumaggregator" | ||
|