Compare commits
1 Commits
4af39e7f27
...
7bdd9a3f24
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bdd9a3f24 |
@@ -35,7 +35,7 @@ services:
|
||||
|
||||
webapp:
|
||||
<<: *service-base
|
||||
image: node:22.22.0@sha256:379c51ac7bbf9bffe16769cfda3eb027d59d9c66ac314383da3fcf71b46d026c
|
||||
image: node:22.22.0@sha256:6ce3bc6efae14bf65bfe4435d3ba5e9711f97674167a159f49fac2c9b62b2942
|
||||
ports:
|
||||
- ${PORT:?PORT missing}:80
|
||||
volumes:
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
|
||||
tempo:
|
||||
<<: *service-base
|
||||
image: grafana/tempo:latest@sha256:52063234a3f1e018c70b8fc43e4bdaff5ef4e339ddab16869f36988adb7fbd25
|
||||
image: grafana/tempo:latest@sha256:5776d4047b5720815c90eccb66a63b79082b7819da21a224f5a015a6f58c7317
|
||||
command: [-config.file=/etc/tempo.yaml]
|
||||
volumes:
|
||||
- ./telemetry/tempo.yaml:/etc/tempo.yaml
|
||||
|
||||
Reference in New Issue
Block a user