10
compose.yaml
10
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:
|
||||
|
||||
Reference in New Issue
Block a user