diff --git a/compose.yaml b/compose.yaml index e2fdebc65..81bbfe744 100644 --- a/compose.yaml +++ b/compose.yaml @@ -74,6 +74,7 @@ services: volumes: - "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro" - "tempo-data:/var/tempo:rw" + mailhog: image: "mailhog/mailhog:latest" platform: linux/amd64 @@ -83,6 +84,15 @@ services: environment: - MH_STORAGE=memory + chrome: + image: "chromedp/headless-shell:140.0.7259.2" + ports: + - "9222:9222" + command: + - "--headless" + - "--disable-gpu" + - "--disable-dev-shm-usage" + volumes: postgres-data: minio-data: