Create s3 buckets that aren't shared with api

This commit is contained in:
Ryan Ahearn
2022-09-19 12:33:05 -04:00
parent 271cf7643d
commit b823c2d04f
5 changed files with 57 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ applications:
- notifications-admin-redis-((env))
- notifications-api-csv-upload-bucket-((env))
- notifications-api-contact-list-bucket-((env))
- notifications-admin-logo-upload-bucket-((env))
- notifications-admin-mou-upload-bucket-((env))
env:
NOTIFY_APP_NAME: admin
@@ -23,6 +25,7 @@ applications:
NOTIFY_LOG_LEVEL: INFO
FLASK_APP: application.py
FLASK_ENV: production
DEPLOY_ENV: ((env))
REDIS_ENABLED: ((REDIS_ENABLED))
NOTIFY_ENVIRONMENT: live