mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 07:42:20 -05:00
Create s3 buckets via terraform and bind to app
This commit is contained in:
@@ -13,12 +13,15 @@ applications:
|
||||
services:
|
||||
- notifications-api-rds-((env))
|
||||
- notifications-api-redis-((env))
|
||||
- notifications-api-csv-upload-bucket-((env))
|
||||
- notifications-api-contact-list-bucket-((env))
|
||||
|
||||
env:
|
||||
NOTIFY_APP_NAME: api
|
||||
NOTIFY_LOG_PATH: /home/vcap/logs/app.log
|
||||
FLASK_APP: application.py
|
||||
FLASK_ENV: production
|
||||
DEPLOY_ENV: ((env))
|
||||
|
||||
NOTIFY_ENVIRONMENT: live
|
||||
API_HOST_NAME: https://notifications-api.app.cloud.gov
|
||||
|
||||
Reference in New Issue
Block a user