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

Former-commit-id: 5cbda356372c074f77623576b3ad8d4e71307613
This commit is contained in:
Marc Schäfer
2025-10-08 07:34:27 +02:00
parent afe687c781
commit c5e25d7c36
+4 -1
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