Add chrome image

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-07-01 18:45:01 +02:00
parent beac70d85f
commit 3697985eb4

View File

@@ -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: