This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch fix-django-dockerfile in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git
commit 148df019087b5da6e9d5295b320e70996c8057d6 Author: Marcus Christie <[email protected]> AuthorDate: Wed Apr 5 11:08:34 2023 -0400 Update names of CUSTOS environment variables --- docker-compose.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1a5c671..5902abb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,12 +8,11 @@ services: - /Users/isururanawaka/Documents/Airavata_Repository/airavata-custos-portal/privkey.pem:/etc/nginx/privkey.pem - /Users/isururanawaka/Documents/Airavata_Repository/airavata-custos-portal/fullchain.pem:/etc/nginx/fullchain.pem environment: - VUE_APP_CLIENT_ID: '' - VUE_APP_CLIENT_SEC: '' - VUE_APP_REDIRECT_URI: 'http://localhost:8080/callback' - VUE_APP_CUSTOS_API_URL: 'https://custos.scigap.org/apiserver' - VUE_APP_SUPER_CLIENT_ID: '' - VUE_APP_UNDER_MAINTENANCE: false + CUSTOS_CLIENT_ID: '' + CUSTOS_CLIENT_SEC: '' + CUSTOS_API_URL: 'https://custos.scigap.org/apiserver' + CUSTOS_SUPER_CLIENT_ID: '' + UNDER_MAINTENANCE: false # TODO: configure DJANGO_ALLOWED_HOSTS for the webserver domain names. A JSON encoded array of strings. # e.g., '["portal.usecustos.org"]' # DJANGO_ALLOWED_HOSTS: ''
