fix tempo ports & tempo envs
This commit is contained in:
parent
6f19b628c8
commit
5f3b77b3b4
@ -65,8 +65,9 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:2.3.0
|
image: ${TEMPO_IMAGE}
|
||||||
hostname: tempo
|
container_name: ${TEMPO_CONTAINER_NAME}
|
||||||
|
hostname: ${TEMPO_CONTAINER_NAME}
|
||||||
user: "1000"
|
user: "1000"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user