Skip to content

Commit

Permalink
[IT-3800] Update challenge and organization services (#22)
Browse files Browse the repository at this point in the history
Update openchallenges-challenge-service and
openchallenges-organization-service containers with
AWS aware versions.

Disable OPENCHALLENGES_SERVICE_REGISTRY_IS_DEPLOYED_ON_AWS
because it doesn't work

depends on Sage-Bionetworks/sage-monorepo#2751
  • Loading branch information
zaro0508 authored Jul 26, 2024
1 parent 083e796 commit 0783b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"SERVER_PORT": "8081",
"DEFAULT_ZONE": "http://localhost:8081/eureka",
"SPRING_CLOUD_CONFIG_URI": "http://openchallenges-config-server:8090",
"OPENCHALLENGES_SERVICE_REGISTRY_IS_DEPLOYED_ON_AWS": "true",
},
)

Expand Down Expand Up @@ -204,6 +203,7 @@
"DB_SUBMISSION_TYPES_CSV_PATH": "/workspace/BOOT-INF/classes/db/submission_types.csv",
"DB_CATEGORIES_CSV_PATH": "/workspace/BOOT-INF/classes/db/categories.csv",
"DB_EDAM_CONCEPT_CSV_PATH": "/workspace/BOOT-INF/classes/db/edam_concept.csv",
"OPENCHALLENGES_CHALLENGE_SERVICE_IS_DEPLOYED_ON_AWS": "true",
},
)

Expand Down Expand Up @@ -235,6 +235,7 @@
"DB_URL": "jdbc:mysql://openchallenges-mariadb:3306/organization_service?allowLoadLocalInfile=true",
"DB_ORGANIZATIONS_CSV_PATH": "/workspace/BOOT-INF/classes/db/organizations.csv",
"DB_CONTRIBUTION_ROLES_CSV_PATH": "/workspace/BOOT-INF/classes/db/contribution_roles.csv",
"OPENCHALLENGES_ORGANIZATION_SERVICE_IS_DEPLOYED_ON_AWS": "true",
},
)

Expand Down

0 comments on commit 0783b6f

Please sign in to comment.