Skip to content

Commit

Permalink
Update dockerCompose.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons authored Jan 2, 2025
1 parent b92a2de commit a5612c0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/lib/dockerCompose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ ${deployments
- MASTER_NAME=${process.env.MYSQL_USERNAME}
- MASTER_PASSWORD=${process.env.MYSQL_PASSWORD}
- SECRET_KEY="change this to some unique random string"
- REPORT_RUNNER_HOST=report-runner
- REPORT_RUNNER_PORT=8080
- REPORT_RUNNER_HOST=${process.env.REPORT_RUNNER_HOST}
- REPORT_RUNNER_PORT=${process.env.REPORT_RUNNER_PORT}
- ASSET_SERVER_URL=${process.env.ASSET_SERVER_URL}
- ASSET_SERVER_KEY=${process.env.ASSET_SERVER_KEY}
- CELERY_BROKER_URL=redis://redis/0
- CELERY_RESULT_BACKEND=redis://redis/1
- CELERY_TASK_QUEUE=${deployment.hostname}
Expand All @@ -72,8 +74,10 @@ ${deployments
- MASTER_NAME=${process.env.MYSQL_USERNAME}
- MASTER_PASSWORD=${process.env.MYSQL_PASSWORD}
- SECRET_KEY="change this to some unique random string"
- REPORT_RUNNER_HOST=report-runner
- REPORT_RUNNER_PORT=8080
- REPORT_RUNNER_HOST=${process.env.REPORT_RUNNER_HOST}
- REPORT_RUNNER_PORT=${process.env.REPORT_RUNNER_PORT}
- ASSET_SERVER_URL=${process.env.ASSET_SERVER_URL}
- ASSET_SERVER_KEY=${process.env.ASSET_SERVER_KEY}
- CELERY_BROKER_URL=redis://redis/0
- CELERY_RESULT_BACKEND=redis://redis/1
- CELERY_TASK_QUEUE=${deployment.hostname}
Expand Down

0 comments on commit a5612c0

Please sign in to comment.