From 1dc48aa1f333792f4896a0eb8a0369c5569606fe Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 11 Aug 2024 06:22:07 -0700 Subject: [PATCH] define tempo-data volume --- tempo.compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tempo.compose.yaml b/tempo.compose.yaml index bde52ca..3dde62a 100644 --- a/tempo.compose.yaml +++ b/tempo.compose.yaml @@ -20,4 +20,7 @@ services: - tempo-data:/var/tempo network_mode: host # so all the other containers can send to it easily depends_on: - - init \ No newline at end of file + - init + +volumes: + tempo-data: \ No newline at end of file