Node server entrypoint

This commit is contained in:
Julien Valverdé
2025-09-17 03:05:49 +02:00
parent c4affb227c
commit 57b36f40df
4 changed files with 42 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ services:
env_file: .env
environment:
<<: *env-base
entrypoint: ["bun", "dev"]
entrypoint: ["bun", "bun:dev"]
cli:
<<: *service-base
@@ -53,6 +53,7 @@ services:
volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml
- ./tempo_data/:/data/
stop_signal: SIGKILL
prometheus:
<<: *service-base