Skip to content

Commit

Permalink
Add Asset Server Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Aug 20, 2024
1 parent efc8905 commit c45b63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/dockerCompose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ${deployments
- SECRET_KEY=${process.env.SECRET_KEY}
- ASSET_SERVER_URL=${process.env.ASSET_SERVER_URL}
- ASSET_SERVER_KEY=${process.env.ASSET_SERVER_KEY}
- ASSET_SERVER_COLLECTION=${process.env.ASSET_SERVER_COLLECTION}
- REPORT_RUNNER_HOST=${process.env.REPORT_RUNNER_HOST}
- REPORT_RUNNER_PORT=8080
- CELERY_BROKER_URL=redis://redis/0
Expand Down Expand Up @@ -75,6 +76,7 @@ ${deployments
- SECRET_KEY=${process.env.SECRET_KEY}
- ASSET_SERVER_URL=${process.env.ASSET_SERVER_URL}
- ASSET_SERVER_KEY=${process.env.ASSET_SERVER_KEY}
- ASSET_SERVER_COLLECTION=${process.env.ASSET_SERVER_COLLECTION}
- REPORT_RUNNER_HOST=${process.env.REPORT_RUNNER_HOST}
- REPORT_RUNNER_PORT=8080
- CELERY_BROKER_URL=redis://redis/0
Expand Down

0 comments on commit c45b63e

Please sign in to comment.