Node server entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user