fix(docker-compose): update newt service configuration to use local build and environment file

This commit is contained in:
Marc Schäfer
2025-10-08 07:34:27 +02:00
parent 60196455d1
commit 5cbda35637

View File

@@ -1,6 +1,9 @@
services:
newt:
image: your/newt:latest
build: .
image: newt:dev
env_file:
- .env
environment:
- NEWT_METRICS_PROMETHEUS_ENABLED=false # wichtig: direkte /metrics-Erfassung aus
- NEWT_METRICS_OTLP_ENABLED=true # OTLP an den Collector