diff --git a/docker-compose.yaml b/docker-compose.yaml
index e48a4bf..b0476d7 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -45,6 +45,8 @@ services:
       resources:
         limits:
           memory: 1g
+    links:
+      - prometheus
     expose:
       - "3100"
     command: -config.file=/etc/loki/config.yaml
diff --git a/tempo/config.yaml b/tempo/config.yaml
index 20f020e..69c932d 100644
--- a/tempo/config.yaml
+++ b/tempo/config.yaml
@@ -31,7 +31,7 @@ compactor:
 
 storage:
   trace:
-    backend: s3
+    backend: local
     wal:
       path: /tempo-data/wal # where to store the the wal locally
     local: