mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 20:46:41 +00:00
fix(docker-compose): update newt service configuration to use local build and environment file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user