Update environment variable names in docker

This commit is contained in:
Jackson Harper
2022-06-24 10:52:13 -07:00
parent 67bf6d6f5d
commit 92c8047a66
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ services:
- SSO_JWT_SECRET=some_sso_secret
- CLIENT_URL=http://localhost:3000
- GATEWAY_URL=http://localhost:8080/api
- PUPPETEER_TASK_HANDLER_URL=http://content-fetch:8080/?token=some_token
- CONTENT_FETCH_URL=http://content-fetch:8080/?token=some_token
- REMINDER_TASK_HANDLER_URL=/svc/reminders/trigger
depends_on:
migrate: