Skip to content

Commit

Permalink
Adding new env and yml in order to deploy to JHU AWS Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cshannon2 authored and jabrah committed May 3, 2023
1 parent c5e1138 commit db938f2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eclipse-pass.JHUAWSdemo_env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################
# PASS_CORE config ################################
###################################################
PASS_CORE_BASE_URL=https://oapass.org

###################################################
# Auth / Proxy config #############################
###################################################
IDP_HOST=https://oapass.org/
SAML_ENTRY_POINT="https://oapass.org/idp/profile/SAML2/Redirect/SSO"
32 changes: 32 additions & 0 deletions eclipse-pass.JHUAWSdemo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Manages the demo.eclipse-pass.org deploy
# `docker compose -f eclipse-pass.base.yml -f eclipse-pass.JHUAWSdemo.yml up`
version: '3.8'

services:
auth:
env_file:
- .eclipse-pass.JHUAWSdemo_env

pass-core:
env_file:
- .eclipse-pass.JHUAWSdemo_env

pass-ui:
env_file:
- .eclipse-pass.JHUAWSdemo_env

postgres:
env_file:
- .eclipse-pass.JHUAWSdemo_env

pass-ui-public:
env_file:
- .eclipse-pass.JHUAWSdemo_env

idp:
env_file:
- .eclipse-pass.JHUAWSdemo_env

loader:
env_file:
- .eclipse-pass.JHUAWSdemo_env

0 comments on commit db938f2

Please sign in to comment.