-
Notifications
You must be signed in to change notification settings - Fork 0
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
155 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
testGroup: | ||
testDisease: | ||
- report_name: diagnostic | ||
assignee: a.hill | ||
success_email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
subject: "VIMC diagnostic report: {touchstone} - {group} - {disease}" |
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,140 @@ | ||
## Prefix for container names; we'll use {container_prefix}-(container_name) | ||
container_prefix: montagu | ||
|
||
## Set this flag to true to prevent use of --volumes in the cli to remove | ||
## volumes on stop | ||
protect_data: false | ||
|
||
## Docker org for images | ||
repo: vimc | ||
|
||
## The name of the docker network that containers will be attached to. | ||
## If you want to proxy Packit to the host, you will need to | ||
## arrange a proxy on this network | ||
network: montagu-network | ||
|
||
# Domain where this instance of Montagu will be deployed. E.g. science.montagu.dide.ic.uk | ||
hostname: localhost | ||
|
||
## Names of the docker volumes to use | ||
volumes: | ||
db: db_volume | ||
burden_estimates: burden_estimate_files | ||
emails: emails | ||
templates: template_volume | ||
guidance: guidance_volume | ||
static: static_volume | ||
static_logs: static_logs | ||
mq: mq | ||
|
||
api: | ||
name: montagu-api | ||
tag: master | ||
email: | ||
password: "changeme" | ||
flow_url: "fakeurl" | ||
admin: | ||
name: montagu-cli | ||
tag: master | ||
db: | ||
name: montagu-db | ||
tag: master | ||
root_user: vimc | ||
root_password: "changeme" | ||
migrate: | ||
name: montagu-migrate | ||
tag: master | ||
users: | ||
api: | ||
password: "apipassword" | ||
permissions: all | ||
import: | ||
password: "importpassword" | ||
permissions: all | ||
orderly: | ||
password: "orderlypassword" | ||
permissions: all | ||
readonly: | ||
password: "readonlypassword" | ||
permissions: readonly | ||
barman: | ||
password: "barmanpassword" | ||
option: superuser | ||
streaming_barman: | ||
password: "streamingpassword" | ||
option: replication | ||
protected_tables: | ||
- gavi_support_level | ||
- activity_type | ||
- burden_outcome | ||
- gender | ||
- responsibility_set_status | ||
- impact_outcome | ||
- gavi_support_level | ||
- support_type | ||
- touchstone_status | ||
- permission | ||
- role | ||
- role_permission | ||
proxy: | ||
name: montagu-reverse-proxy | ||
tag: master | ||
port_http: 80 | ||
port_https: 443 | ||
metrics: | ||
repo: nginx | ||
name: nginx-prometheus-exporter | ||
tag: 0.4.1 | ||
contrib: | ||
name: montagu-contrib-portal | ||
tag: master | ||
guidance_reports: | ||
- internal-2017-demography-childmortality/20171114-152328-da1957c2/ | ||
- internal-2017-demography-kosovo/20171109-204911-45436ef8/ | ||
- internal-2017-demography-tuvalu/20171109-205800-aa3a35c2/ | ||
- internal-2017-demography-over80/20171114-094012-ed43d81c/ | ||
- internal-2017-demography-marshall/20171109-205347-89919a97/ | ||
admin: | ||
name: montagu-admin-portal | ||
tag: master | ||
static: | ||
name: montagu-static | ||
tag: master | ||
mq: | ||
repo: docker.io | ||
name: redis | ||
tag: latest | ||
port: 6379 | ||
flower: | ||
repo: mher | ||
name: flower | ||
tag: 0.9.5 | ||
port: 5555 | ||
task_queue: | ||
name: task-queue-worker | ||
tag: master | ||
youtrack_token: "faketoken" | ||
servers: | ||
montagu: | ||
user: [email protected] | ||
password: password | ||
orderlyweb: | ||
url: http://orderly-web-web:8888 | ||
youtrack: | ||
token: faketoken | ||
smtp: | ||
host: smtp.cc.ic.ac.uk | ||
port: 587 | ||
user: montagu | ||
password: p@ssword | ||
from: [email protected] | ||
tasks: | ||
diagnostic_reports: | ||
use_additional_recipients: true | ||
poll_seconds: 5 | ||
reports: | ||
archive_folder_contents: | ||
min_file_age_seconds: 3600 | ||
|
||
orderly_web_api_url: https://localhost/reports/api/v2 | ||
orderly_volume_name: montagu_orderly_volume |
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
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