Added email and s3 configs
This commit is contained in:
@@ -9,6 +9,15 @@ services:
|
|||||||
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
||||||
- RAILS_ENV=production
|
- RAILS_ENV=production
|
||||||
- SKIP_MIGRATION_VALIDATION=true
|
- SKIP_MIGRATION_VALIDATION=true
|
||||||
|
- SMTP_USERNAME=${SMTP_USERNAME}
|
||||||
|
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||||
|
- SMTP_ADDRESS=${SMTP_ADDRESS}
|
||||||
|
- SMTP_FROM=${SMTP_FROM}
|
||||||
|
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
|
||||||
|
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
|
||||||
|
- AWS_REGION=${AWS_REGION}
|
||||||
|
- S3_ATTACHMENTS_BUCKET=${S3_ATTACHMENTS_BUCKET}
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3001:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user