Skip to content

Commit

Permalink
uf
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamv108 committed Apr 8, 2024
1 parent 8770716 commit 0dc5531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ services:
- "/:/host:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
restart: unless-stopped
environment:
- NEWRELIC_API_KEY=$NEWRELIC_API_KEY

keycloak:
image: 'keycloak/keycloak:22.0'
Expand Down
2 changes: 1 addition & 1 deletion newrelic-infra/newrelic-infra.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
license_key: 9815e0163fd3e754c542094658a7fa0fFFFFNRAL
license_key: ${NEWRELIC_API_KEY}

0 comments on commit 0dc5531

Please sign in to comment.