-
Notifications
You must be signed in to change notification settings - Fork 13
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
1 parent
841db25
commit e957154
Showing
4 changed files
with
117 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Agora Docker Image | ||
|
||
Files in this directory: | ||
|
||
- `Dockerfile`: creates the `agora/data` docker image, which contains data for a particular Agora data release (manifest synId + version) and team images and will seed a mongodb at start up using `import-data.sh` | ||
- `docker-compose.yml`: spins up `mongo` and `agora/data` docker containers | ||
|
||
## Workflow Setup | ||
|
||
The following secrets and variables need to be set up in GitHub for the `e2e.yml` workflow to create the `agora/data` Docker image: | ||
|
||
e2e Environment secrets: | ||
|
||
| Variable | Description | Example | | ||
| ------------------ | ------------------------------------------ | ----------------- | | ||
| DB_USER | The database user | dbuser | | ||
| DB_PASS | The database password | supersecret | | ||
| SYNAPSE_AUTH_TOKEN | The Synapse service user view/download PAT | token-string-here | | ||
|
||
e2e Environment variables: | ||
|
||
| Variable | Description | Example | | ||
| -------------- | ----------------------------------- | ------- | | ||
| DB_NAME | The database name | agora | | ||
| DB_PORT | The database port | 27017 | | ||
| TEAM_IMAGES_ID | The synId of the team images folder | syn123 | |
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