Upgrade deps and add new relic for tracing and logs (#103)

* Upgrade deps and add new relic for tracing and logs

* Added env variable

* Readd bernard which was accidently removed
This commit is contained in:
Niklas Fondberg
2022-02-11 11:50:56 +01:00
committed by GitHub
parent 8deebb3b1e
commit 0685902d9f
6 changed files with 7599 additions and 10915 deletions
+4
View File
@@ -12,6 +12,7 @@ services:
ports:
- '4000:4000'
environment:
- ENVIRONMENT_NAME=${ENVIRONMENT_NAME}
- COGNITO_POOL_ID=eu-west-1_3O4VfvPn7
- DATABASE_URL=${DATABASE_URL}
- INTERIORS_TOKEN=${INTERIORS_TOKEN}
@@ -21,6 +22,9 @@ services:
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
- NODE_ENV=development
- BERNARD_QUEUE_URL=${BERNARD_QUEUE_URL}
- NEW_RELIC_LICENSE_KEY=${NEW_RELIC_LICENSE_KEY}
- NEW_RELIC_APP_NAME=${NEW_RELIC_APP_NAME}
# - DEBUG=knex:*
networks:
default: