Add Fluent Bit and New Relic configurations

This commit is contained in:
Andras Bacsai
2023-11-15 15:45:37 +01:00
parent 55ff00e028
commit ecbfc4d790
3 changed files with 46 additions and 0 deletions

21
examples/newrelic.yaml Normal file
View File

@@ -0,0 +1,21 @@
version: '3'
services:
newrelic-infra:
container_name: newrelic-infra
image: newrelic/infrastructure:latest
networks:
- coolify
cap_add:
- SYS_PTRACE
privileged: true
pid: host
volumes:
- "/:/host:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
- "newrelic-infra:/etc/newrelic-infra"
environment:
- NRIA_LICENSE_KEY=${NRIA_LICENSE_KEY}
- NRIA_DISPLAY_NAME=${HOSTNAME}
networks:
coolify: