zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Docker Cloudwatch logs #1328

Open mfeuermann opened 1 year ago

mfeuermann commented 1 year ago

Hello,

i would like to ask about possibility to log to Cloudwatch... Im trying to add log configuration to

log: { driver: 'awslogs', opts: { "awslogs-region": "eu-central-1", "awslogs-group": "xxx" } }

but there is problem with missing credentials... Can you help me, how is possible to pass AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to mup.js configuration ?

Thanks for help!

Marek